application-pool
What is the best way to force an Application Start when an Application Pool is recycled?
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?[详细]
2023-01-23 04:59 分类:问答Set Application Pool for package using MSDeploy
I am deploying a website using MSDeploy so using something like the below code. \"%ProgramFiles%\\IIS\\Microsoft Web Deploy\\msdeploy.exe\"[详细]
2023-01-22 13:44 分类:问答Asp.Net App Pool Overlapped Recycling Timing?
As best I can tell when a worker process recycles: a) a new one spins up before the old one shuts down[详细]
2023-01-22 05:44 分类:问答Debugging application behavior during IIS App pool recycle
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[详细]
2023-01-17 15:29 分类:问答Stop IIS 7.5 Application Pool Recycling
How do stop application pools from recycling in IIS 7.5? I have configured the following settings: ProcessModel -> Idle Time-out (minutes) = 0[详细]
2023-01-05 04:16 分类:问答Why does not Asp.net mvc application work on Asp.Net Classic Application Pool?
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.[详细]
2023-01-04 11:27 分类:问答ASP.NET and Application Isolation
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[详细]
2022-12-31 13:10 分类:问答Service Unavaiable - ApplicationPool won't start
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[详细]
2022-12-30 22:02 分类:问答Setting of IIS memory settings for ASP.NET
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[详细]
2022-12-28 20:39 分类:问答Visual Studio Plug-in that can tell the Application Pool name of w3wp.exe when debugging
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...\" ?[详细]
2022-12-28 02:33 分类:问答