User guide

63
Parameters
Mandatory?
Description
IdentityUserDomain
No
Domain of the user to use as the identity of the application
pool. This parameter is allowed only for IIS 7.0, 7.5, 8.0, and
8.5. If not defined and the “IdentityUserName” is defined, the
user will be considered as a local user (i.e. .\localuser).
IdentityUserName
No
User name to use as the identity of the application pool. This
parameter is allowed only for IIS 7.0, 7.5, 8.0 and 8.5. If not
defined, “IdentityUserDomain” and “IdentityUserPassword”
will be ignored and the default value of IIS will be used (i.e.
ApplicationPoolIdentity).
IdentityUserPassword
No
The password of the user to use as the identity of the
application pool. This parameter is allowed only for IIS 7.0, 7.5,
8.0 and 8.5.
DotNetVersion
No
The .NET Framework version to use for the application pool.
This parameter is allowed only for IIS 7.5 8.0 and 8.5. The
allowed values are: v1.0, v1.1, v2.0, v4.0
PipeLineMode
No
The managed pipeline mode to use in the application pool.
This parameter is allowed only for IIS 7.0, 7.5, 8.0 and 8.5. The
allowed values are:
- Classic
- Integrated
ProcessIdleTimeOut
No
The number of minutes a process can be idle in the application
pool. This parameter is allowed only for IIS 7.0, 7.5, 8.0 and
8.5.
RecycleKbMemory
No
The maximum number of Kb of memory to be used before the
application pool is recycled. This parameter is allowed only for
IIS 7.0, 7.5, 8.0 and 8.5.
RecycleAfterMinutes
No
A fixed number of minutes after which the application pool is
recycled. This parameter is allowed only for IIS 7.0, 7.5, 8.0
and 8.5.
RecycleFixedTime
No
A fixed time at which the application pool is recycled. This
parameter is allowed only for IIS 7.0, 7.5, 8.0 and 8.5. The
required format is HH:MM (i.e. 23:58 or 01:23).
StartMode
No
The start mode to be used for the application pool. This
parameter is allowed only for 8.0 and 8.5. The allowed values
are:
- OnDemand
- AlwaysRunning