Top "Application-pool" questions

Application pools allow you to isolate your applications from one another, even if they are running on the same server.

What is an IIS application pool?

What exactly is an application pool? What is its purpose?

asp.net iis application-pool
Restarting (Recycling) an Application Pool

How can I restart(recycle) IIS Application Pool from C# (.net 2)? Appreciate if you post sample code?

c# .net asp.net-mvc iis application-pool
What is the difference between DefaultAppPool and Classic .NET AppPool in IIS7?

I have a problem with timeouts in IIS. In the web.config the session timeout was set to 60 minutes but …

iis web-applications iis-7 application-pool
What are optimal settings for Recycling of Application Pools in IIS7 in shared environment?

What are optimal settings for Recycling of Application Pools in IIS7 in a shared environment?

iis-7 application-pool recycle
What exactly happens when I set LoadUserProfile of IIS pool?

I faced the following issue. I run the following code var binaryData = File.ReadAllBytes(pathToPfxFile); var cert = new X509Certificate2(…

c# .net iis-7 x509certificate application-pool
How to check app pool last recycled

is it possible to check when i recycled the app pool last time, i want to check the date when …

iis-7 application-pool recycle
Why do IIS application pools need to be recycled?

Application pools in IIS are recycled very frequently and I can't figure out why. I remember reading about a possible …

iis application-pool
Can you modify the web.config and NOT restart the ASP.NET application?

Possible Duplicate: How to prevent an ASP.NET application restarting when the web.config is modified? Was just thinking about …

asp.net web-config appdomain application-pool application-restart
Why does the application pool automatically stop?

I'm doing performance testing for my MVC internet application using IIS 7.0 Sometimes the application pool stops and I get an …

asp.net-mvc iis application-pool