hostmysite.com

What are the application settings for a site in IIS?

The following article details the different application settings for IIS 5 and IIS 6. These settings control various functions of the website, including how memory is handled, the starting point, the execute permissions, and many more. Individual folders within a website can be also be configured as applications.

The application settings are located on the Home Directory tab within the properties of your website in IIS.

These settings give you control over the name, virtual site origin, file permissions, and memory configurations:

IIS 5.0

Within IIS 5.0, you have three levels of application protection which determine how memory resources are allocated for ASP pages:

IIS 6.0

Within IIS 6.0, you have the ability to create customer application pools based on the types of pages you are running. The application pool controls how memory is allocated, how worker processes are managed, and other such settings. Each site is then placed within its appropriate application pool.

For example, you can create the following 4 application pools and then set each website within the appropriate pool:

Additional Support Topics

Search Support Articles