ASP .NET 2.0 - IIS worker process terminating unexpectedly. Event ID: 1009 - The process exit code was '0xc0000005'

Posted at: 7/8/2008 at 10:49 PM by saravana
I'm in the process of migrating biztalk247.com to a new hosting provider. After deploying the application, I started doing the performance testing using Visual Studio Web/Load test features. I configured the IIS Application Pool to have a web garden (more than one worker process w3wp.exe) to serve the incoming requests. The application pool also got settings to recycle the worker process after certain usage of virtual memory/physical memory. During the test, once the virtual/physical ... [More]
Tags:  Categories: ASP .NET
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(7) | Comments RSS

ASP .NET Treeview Control, weird problem when you Programmatically expand the nodes.

Posted at: 5/23/2007 at 12:43 PM by saravana
One of my supporting project required building a web site using TreeView control to show hierarchical data. I used "NavigateUrl" property while data binding, so that every node in the tree view will have proper link something like http://abc.com/bts/default.aspx instead of Javascript:__doPostBack. Even though all of my pages are going to have the treeview control on the left, I'll lose the expanded status because the control will be navigated to a brand new page and whole page wi... [More]
Tags:  Categories: ASP .NET
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(17) | Comments RSS