Solution:
To resolve the issue:
- Create a new application pool.
- Open IIS Manager and double-click the local computer.
- Right-click Application Pools and then click New > Application Pool.
- Under the Application Pool settings, click one of these options:
- Use default settings for new application pool
- Use existing application pool as template
- Selecting this option requires the user to choose an Application pool name.
- Click OK.
- Change the service account of the application pool.
- Open IIS Manager and then expand local computer > Application Pools.
- Right-click the application pool to be configured and then click Properties.
- Click the Identity tab and select one of these options:
- Predefined
- Selecting this option requires the user to choose a predefined account from the list box.
- This option refers to the standard service accounts like Network Service (default), Local Service, and Local System.
- Configurable
- Selecting this option requires the user to type the username and password of the account under which the worker process will operate.
- This option refers to registered user names.
- Click OK.
- Modify the Application Pool used by OfficeScan (Security Server).
- Open IIS Manager and then find the OfficeScan virtual web site.
- Right-click the OfficeScan virtual web site and then click Properties.
- Click the Home Directory tab and select the newly created application pool from the list.
- When the Inheritance Overrides prompt appears, select all and then click OK.
- Click OK.
- Stop and then restart the OfficeScan web site.