To resolve some authentication issues, create an application pool in IIS 6 or IIS 7.
Creating and applying the new application pool
- Open the Internet Information Service Manager.
- Click + to open the tree view of the server.
- Choose Application Pool.
- From the menu, click Action > New > Application Pool.
- In the Application Pool ID field, type “OfficeScan”.
- Select Use Default Settings for New Application Pool and click OK.
- Right-click on OfficeScan and select Properties.
- Go to the Identity tab and click Predefined.
- Select Local System.
- Click Apply > Yes > OK.
Directing the application pool to the OfficeScan website
- In the Internet Information Service Manager, open Web Sites by clicking +.
- Right-click on OfficeScan and select Properties.
- Go to the Home Directory tab and in the Application name field, click Remove.
- Click Create.
- In the Application Pool list box, choose OfficeScan.
- Click Apply.
- Go to the Directory Security tab.
- Under Authentication and Access Control, click Edit.
- Change the IUSR_username to the administrator account and select Enable Anonymous Access.
- Click OK to re-enter the password for the administrator account and click OK.
- Click OK to close the OfficeScan Properties window.
- Restart the World Wide Web Publishing Service.
Creating and applying new application pool
- Open Internet Information Service Manager.
- Expand the IIS server.
- Choose Application Pool.
- On the right pane, click Add Application Pool or right-click the middle pane and choose Add Application Pool.
- When the Add Application Pool window appears, type the name of the application pool on the Namefield (e.g. OSCE).
- The .NET Framework version field is set to .NET Framework v2.0.50727. This will depend on the version of your .NET framework.
- On the Managed pipeline mode field, the value is Integrated.
- The Start application pool immediately is checked.
- After the application pool is created, click the application pool and on the right pane, click Advanced settings.
- Go to the Process Module section and on the Identity field change the value from NetworkService to LocalSystem then click OK.
Using the newly created application pool
- Expand Sites and locate the virtual directory where you want to use the application pool.
- Select the virtual directory and on the right panel click Advanced Setting.
- Go to the General section and on the Application Pool, click Browse and select the application pool created.
Fixing an application pool when running CGI applications failed
The application pool may stop running CGI applications. To resolve the issue:
- Go to the Authentication feature of the virtual directory.
- Select the virtual directory and on the middle pane, click the Authentication feature.
- Click Anonymous Authentication and make sure the status is Enabled.
- On the right pane, click Edit.
- Change Anonymous user identity to Application pool identity.