Application isolation settings 1
Earlier versions of IIS can host Web sites and applications in pooled or isolated process configurations. For information about how to view the current application isolation mode, see "View Application Isolation Configuration" in "IIS Deployment Procedures" in this book.
If you are running IIS 4.0 on Windows NT Server 4.0, your applications are isolated in one of the following ways:
■ In-process (running in-process with Inetinfo.exe)
■ Isolated (running under MTS)
If you are running IIS 5.0 on Windows 2000, your applications are isolated in one of the following ways:
■ In-process (running in-process with Inetinfo.exe)
■ Pooled (running in the pooled COM+ application)
■ Isolated (running in an isolated COM+ application)
Post a comment