I\'m debugging an ASP.NET application but sometimes cannot find w3wp neither in Visual Studio process list (Menu: Debug -> Attach to Process...) nor in task manager. I have selected \'Show processe
When IIS restarts an ASP.Net (2.0) web application, it can either: Recycle开发者_运维技巧 the AppDomain: Unload the AppDomain and load a new AppDomain on the same process (e.g. when HttpRuntime.Unlo
I am trying to audit memory usage of applications using perfmon. The application pool processes in perfmon by default looks like w3wp.exe #1, w3wp.exe #2...
I have a webservice and I noted that some dlls in the wwwroot folder are kept logged after the webservice is executed.
I\'ve created an ASP.NET MVC application that has an initializer attached to the PreApplicationStartMethodAttribute. When initializing, a collection is instantiated that implements an interface I\'ve
Is开发者_StackOverflow社区 there any plug-in for Visual Studio that can display the associated Application Pool name for those w3wp processes when debugging them with \"Attach to Process...\" ?
I am trying to interpret the meaning of \"mscorwks.dll!StrongNameErrorInfo+0x7688\". I guess it means, that the assembly loaded by the mscorworks.dll has no StrongName? If yes, does this have any nega
I got few web sites running on my server. I have a \"diagnostic\" page in开发者_如何学编程 an application that shows the amount of memory for the current process (very useful).
I have been running an intranet using SharePoint 2007 for over a year and all has been working fine. However, after some time, I realized that the intranet portal was slow. Trying to access the Centra
I have recently moved our ASP.NET session state from InProc to a Sql Server solution. I can see session data being inserted into the Sql Server database. I\'m monitoring the w3wp.exe process using the