Configuring Applications to Run Independently of Each Other

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1

Application isolation is the separation of applications through process boundaries to prevent them from affecting one another.

For worker process isolation mode, you can configure isolation using application pools. You can either place single applications into their own application pool or group multiple applications into a single application pool.

Procedures

To configure applications to run independently of each other

  1. Create a new account and configure a worker process identity for an application pool.

  2. Add the account to the IIS_WPG group. The IIS_WPG group has Read & Execute, List Folder Contents, and Read permissions on every Web site directory by default. In a case where the account is not in the IIS_WPG group and does not have the appropriate permissions, the worker process will fail to start.