User guide

64
Parameters
Mandatory?
Description
IsAutoStart
No
Flag that indicate if the application pool must be started
automatically. This parameter is allowed only for IIS 7.0, 7.5,
8.0 and 8.5. The allowed values are:
- 1 or True: The application pool will be started
automatically when Windows starts.
- 0 of False: The application pool will not be started
automatically when Windows starts.
Configure Application Pool
This action allows users to configure an existing application pool under IIS, 7.5, 8.0 and 8.5. It will fail a
deployment if the application pool does not exist. The configuration variables of this action are:
Parameters
Mandatory?
Description
AppPoolName
Yes
The name of the application pool to configure.
Is32BitsAllowed
No
Flag that indicate if the application pool must allow 32-bit
applications. The allowed values are:
- 1 or True: 32-bit applications are allowed
- 0 of False: 32-bit applications are not allowed
IdentityUserDomain
No
Domain of the user to use as the identity of the application
pool. 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. 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.
DotNetVersion
No
The .NET Framework version to use for the application pool.
The allowed values are: v1.0, v1.1, v2.0, v4.0
PipeLineMode
No
The managed pipeline mode to use in the application pool.
The allowed values are:
- Classic
- Integrated
ProcessIdleTimeOut
No
The number of minutes a process can be idle in the application
pool.