IIS - Setting the default application pool identity to least privilege principal
You can make the ApplicationPoolIdentity default for all the Application Pools by using the Set Application Pool Defaults action on the Application Pools node. Also ensure that the application pools run under unique identities.
To change the default identity to the built-in ApplicationPoolIdentity in the IIS Manager GUI.
- Open the IIS Manager GUI.
- On the Connections pane, expand the server node and click .
- On the Application Pools page, select the application pools associated with IRC and CM websites, and then click the on the Actions pane.
- For the Identity property, click the Application Pool Identity dialog box. button to open the
- Select the Built-in account option, choose the ApplicationPoolIdentity from the list, or provide a unique application user created for this purpose.
- Restart IIS.