|
|
IIS 6.0 Application Pools or Isolation Mode
|
 |
|
In changing from Microsoft Internet Information Services (IIS) 5.0 to IIS 6.0 I have been fighting with all of my
applications in changing connection strings, what account the actions run under
and the settings of the application pool so I don't get the “not a trusted SQL
connection” error.
|
 |
|
 |
|
One nice thing that IIS 6.0 allows you to do is to still use the Isolation
mode that IIS 5.0 used. To make this change:
|
 |
- Open the IIS Manger
- Expand the local computer node
- Right click on the “web site“ folder
- Select properties
- Click on the service tab
- Select or deselect the “Run WWW service in IIS5.0 isolation mode“ depending
on the functionality that you would like.
|