To resolve this issue, you must configure each virtual server to use the default isolation settings for your version of IIS.
In IIS 4.0, the default isolation setting is Low, also known as running in separate memory space (isolated process). In IIS 5.0, the default isolation setting (also known as Application Protection), is Medium.
To set the isolation setting to Low in IIS 4.0, follow these steps:
- Click Start, click Programs, click Windows NT 4.0 Option Pack, click Microsoft Internet Information Server, and then click Internet Service Manager.
- In the management console, double-click the Internet Information Server folder, and then double-click the computer node.
- Right-click the Default Web Site, and then click Properties.
- Click the Home Directory tab.
- Click to clear the Run in separate memory space (isolated process) check box, and then click OK.
- Repeat steps 3 through 5 for each Web site that is configured.
- Close the Internet Information Services management console.
To set the Application Protection setting to Medium in IIS 5.0, follow these steps:
- Click Start, click Programs, click Administrative Tools, and then click Internet Services Manager.
- In the Internet Information Services management console, double-click the computer node.
- Right-click the Default Web Site, and then click Properties.
- Click the Home Directory tab.
- In the Application Protection item list, click Medium (Pooled), and then click OK.
- Repeat steps 3 through 5 for each Web site that is configured.
- Close the Internet Information Services management console.