[This is preliminary documentation and subject to change]
Isolating Applications
Isolating applications means that they run in a process or
memory space separate from the Web server and other applications.
You can isolate applications into one of three levels of
application protection. For more information, see Application Protection in the
About Applications topic. For more information about performance
issues, see About Performance Tuning.
Note
Server-side include (SSI) and Internet Database
Connector (IDC) applications cannot be run in a memory space
separate from the Web server.
To set or change the level of application protection
- In the IIS snap-in, select the
Web site or the starting point
directory of an application.
- Open the directory's property sheets, and click the Home
Directory, Virtual Directory, or Directory tab.
If you are in the directory listed as the Starting Point
directory, the Application Name box is filled in.
- From the Application Protection drop-down menu, select
the appropriate process option.
- Click OK. The Web server finishes processing any current
requests for the application before creating a separate process. At
the next request for the application, it will run in a separate
memory space.
© 1997-2001 Microsoft Corporation. All rights reserved.