I have a web site that allows users to select some checkbox settings, save them as reports in a database, and come back to run them at any time.
I have a very weird problem with one of my IIS application pool processes. Ive been getting a System.OutOfMemoryException error lately and ive been trying to figure out exactly what is going on. Basic
开发者_如何学Go I would like to know what is exactly worker process recycling? What exactly it does at the time of worker process recycling?
I have a sharepoint application hosted on a windows 2003 server with the maximum number of worker process set as 1 in the application pool. There are couple of sharepoint application hosted and one of
I am using ASP.NET 2.0, .NET 2.0 Framework, and IIS 7. I am seeing a large queue of \"requests\" appear under the \"worker process\" option. State recorded appear to be Authenticate Request and Execut
i want to know what is the impact (in performance, availabillity, etc) that Recycling the Worker Process (IIS V 6.0) has over a WCF Service Hosted in IIS, i would also like to know if there\'s a best
In ASP.NET: How can I tell when the ASP.NET worker process last restarted? In ASP.N开发者_JAVA技巧ET, how can I tell when the app domain last recycled?
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\'ve noticed as my website gets bigger and bigger, the time my laptop takes to display my page is much longer then say a new projects with minimal references.
I have a lot of Singleton implementation in asp.net application and want to move my application to IIS Web Garden environment for some performance reasons.