AppPoolIdentityType
The AppPoolIdentityType property allows application pools to run as a specific user account, identified by the numbers in the table below.
Constant |
Value |
Description |
---|---|---|
MD_APPPOOL_IDENTITY_TYPE_LOCALSYSTEM |
0 |
The application pool runs as NT AUTHORITY\SYSTEM. |
MD_APPPOOL_IDENTITY_TYPE_LOCALSERVICE |
1 |
The application pool runs as NT AUTHORITY\LOCAL SERVICE. |
MD_APPPOOL_IDENTITY_TYPE_NETWORKSERVICE |
2 |
The application pool runs as NT AUTHORITY\NETWORK SERVICE. |
MD_APPPOOL_IDENTITY_TYPE_SPECIFICUSER |
3 |
The application pool runs as a specific user account, defined by the WAMUserName metabase property. |
Schema Attributes
Attribute Name |
Value |
---|---|
DWORD |
|
DWORD_METADATA |
|
2 |
|
2 |
|
3 |
|
Not specified |
|
9021 |
|
MD_APPPOOL_IDENTITY_TYPE |
|
INHERIT |
|
IIS_MD_UT_SERVER |
Configurable Locations
You can configure this property at the following locations in the IIS metabase.
Metabase Path |
IIS Admin Object Type |
---|---|
/LM/W3SVC/AppPools/application_pool_name |
IIsApplicationPool |
/LM/W3SVC/AppPools |
IIsApplicationPools |
Flags
There are no flags for this property.
Requirements
Server: Requires or Windows Server 2003.
Product: IIS