Top "Application-pool" questions

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

App pool timeout for azure web sites

is there a way to set the timeout of an app pool of a web-site running under azure sites. I …

azure application-pool azure-web-app-service
How to prevent IIS from shutting down Web Site when not in use?

I have a web application hosted under IIS. It is a data warehouse, and during its startup process it requires …

iis iis-7.5 application-pool application-restart
Changes in ascx / aspx files - will it reset application

Changes in ascx / aspx files - will it reset application? Sometimes on dev server they won't cause it whereas on …

asp.net iis application-pool iisreset
How to tell why an IIS application pool is recycled

Background: I've deployed an ASP.NET MVC 3 app that works on my machine to a shared hosting provider and am …

asp.net iis iis-7 asp.net-mvc-3 application-pool
Pros and cons of having dedicated application pools over keeping web applications in one default app pool

What are pros and cons of having dedicated application pools over keeping web applications in one default app pool?

asp.net iis application-pool
Is there a way to configure the Application Pool's "Idle timeout" in web.config?

I know one can set the session timeout. But, if the application itself has received no requests for a given …

iis web-config application-pool python-idle
IIS application pool recycling and "shutdown time limit" role in overlapping

When recycling happens, I want to move all new request to new w3wp (this is done automatically) and leave …

iis-7 application-pool recycle overlapping
How to check whether an application pool exists or not in IIS using powershell and web administration module?

I am using powershell to automate configuring websites in my IIS. I have the following code that creates a web …

powershell iis application-pool web-administration
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 …

.net wcf iis application-pool
App Pool advanced settings using Powershell Desired Configuration State

How can I modify various settings inside either a new or exisitng App Pool using Powershell? I am interesting in …

powershell iis application-pool dsc