To resolve the issue:
- Open IIS Manager and double-click the local computer icon.
- Right-click Application Pools and then click New > Application Pool.
- Choose one of these options:
- Use default settings for new application pool (recommended)
- Use existing application pool as template - This option will require you to choose an Application Pool name.
- Click OK.
- Return to the local computer icon and find the new Application Pool.
- Right-click the Application Pool and click Properties.
- Click the Identity tab and choose one of these options:
- Predefined (recommended)
- This refers to the standard service accounts like Network Service (default), Local Service, and Local System.You can reduce security vulnerability by using a very low-privileged account such as Network Service.
- This requires you to choose a predefined account from the option list.
- This refers to the standard service accounts like Network Service (default), Local Service, and Local System.
- Configurable
- This refers to registered user names.
- This option requires you to specify the username and password of the account under which the worker process will operate.
- Predefined (recommended)
- Click OK.
- Look for the OfficeScan virtual web site.
- Right-click the virtual web site and click Properties.
- Click the Home Directory tab and select the created Application Pool.
- Click OK when the Inheritance Overrides prompt shows up.
- Stop and restart the OfficeScan virtual web site.