What is an Application Pool?


By John Biswell on 11th March, 2011.

Application Pool – Overview

An Application Pool can contain one or more applications and allows us to configure a level of isolation between different Web applications.

For example, if you want to isolate all the Web applications running in the same computer, you can do this by creating a separate pool for every Web application and placing them in their corresponding pool.

Because each pool runs in its own worker process, errors in one application pool will not affect the applications running in other application pools. Deploying applications in application pools is a primary advantage of running IIS 6.0 in worker process isolation mode because you can customize the application pools to achieve the degree of application isolation that you need.

For more guides and overviews, check out more content on our blog.


John Biswell

Operations Director

John is Operations Director at Secura and a Windows Server expert. Before all things IIS related, he was also a champion powerlifter.

Tweet me at:
@securacloud


Comments are closed.