Use the Application Pool Identity dialog box to configure the account under which an application pool's worker process runs. You can select one of the predefined security accounts or configure a custom account.
Note | |
If you use a custom identity, make sure that the user account you specify is a member of the IIS_IUSRS group on the Web server so that the account has proper access to resources. Additionally, when you use Windows and Kerberos authentication in your environment, you might need to register a Service Principle Name (SPN) with the domain controller (DC). |
To configure an application pool identity |
-
On the Application Pools feature page, select an application pool from the list.
-
In the Actions pane, click Advanced Settings.
-
Under Process Model, locate the Identity field and click … (the Properties button) to open the Application Pool Identity dialog box.
-
Select an identity option:
- Select Built-in account to use a
predefined security account, and then select one of the accounts
from the list.
- Select Custom account to configure a
custom account, and then click Set to open the Set
Credentials dialog box from which you can specify the user name
and password for the account.
- Select Built-in account to use a
predefined security account, and then select one of the accounts
from the list.
UI Element List
Element Name | Description |
---|---|
Built-in account |
Select this option to use one of the predefined security accounts. Then select one of the following accounts:
|
Custom account |
Select this option to configure a custom account. Then click the corresponding Set button to configure the user name and password for the account. |
Set |
Opens the Set Credentials dialog box from which you can specify credentials for the custom account. |
User name |
Type the alias of the user account under which you want the worker process to run. |
Password |
Type the password for the user account that you specified in the User name box. |
Confirm password |
Retype the password for the user account that you specified in the User name box. |