I\'m wondering if there is a way to automagically fire off an Application Start for a web site/application whenever the Application Pool for that site is recycled?
I am deploying a website using MSDeploy so using something like the below code. \"%ProgramFiles%\\IIS\\Microsoft Web Deploy\\msdeploy.exe\"
As best I can tell when a worker process recycles: a) a new one spins up before the old one shuts down
I have a web service written in C#. It behaves rather strange during pool recycling. If I configure a pool with 5 worker processes which should recycle after say 100 requests (in production its actua
How do stop application pools from recycling in IIS 7.5? I have configured the following settings: ProcessModel -> Idle Time-out (minutes) = 0
I have an Asp.Net MVC 2 web application deployed on IIS 7.5 on .Net 4.0. When I select application pool as Asp.Net v4.0 Classic I get the following error.
Using IIS 6, is Application Isolation happen based on the Application Pool?If so, what happens when there is more than one Virtual Directory in one App开发者_如何学JAVAlication Pool?Do they all share
I have a WCF Web Service which is kept under an Application Pool on IIS. Lately I\'ve been getting \"Service Unavaiable\" when I\'m trying to make calls to this Web Service. The first thing I tried t
We are running an ASP.NET app on a web server with 4GB+ of memory in IIS 6.After reading many articles, it states that we need to set the \"maximum memory used\" for the Application Pool to 800mb to e
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...\" ?