User guide
65
Parameters
Mandatory?
Description
RecycleKbMemory
No
The maximum number of Kb of memory that be used before
the application pool is recycled.
RecycleAfterMinutes
No
A fixed number of minutes after which the application pool is
recycled.
RecycleFixedTime
No
A fixed time at which the application pool is recycled. 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 IIS 8.0 and 8.5 The allowed
values are:
- OnDemand
- AlwaysRunning
IsAutoStart
No
Flag that indicate if the application pool must be started
automatically. The allowed values are:
- 1 or True: The application pool will be started
automatically when Windows start.
- 0 of False: The application pool will not be started
automatically when Windows start.
Remove Application Pool
This action allows users to delete an existing application pool under IIS 7.0, 7.5, 8.0 and 8.5. It will NOT 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 remove.
Recycle Application Pool
This action allows users to recycle an existing application pool under IIS 7.0, 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 recycle.
Start Application Pool
This action allows users to start an existing application pool under IIS 7.0, 7.5, 8.0 and 8.5. It will fail a deployment
if the application pool does not exist but will not fail if the application pool is already started. The configuration
variables of this action are: