ProcessModelIdentityType Enumeration
Specifies the process model identity of an application pool.
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
| Member name | Description | |
|---|---|---|
| ApplicationPoolIdentity | ||
| LocalService | The application pool runs as NT AUTHORITY\LOCAL SERVICE. | |
| LocalSystem | The application pool runs as NT AUTHORITY\SYSTEM. | |
| NetworkService | The application pool runs as NT AUTHORITY\NETWORK SERVICE. The default value. | |
| SpecificUser | The application pool runs as a specific user account, defined by the UserName property. |
The values of this enumeration enable you to configure your application pools to run under the security context of an existing security account or a custom account. If you configure the process model to use the SpecificUser value, you must also configure the UserName and Password properties of the ApplicationPoolProcessModel class.
Show: