User guide

91
Parameter
Variable
Mandatory?
Description
/TargetDatabaseName:
DatabaseName
Yes
The name of the SQL Server database
where to publish.
IIS Deployment Agent
This tool allows users to manipulate IIS objects and settings. It is based on a custom release management
executable. The configuration variables of this tool vary depending of the type of actions to perform.
For application pool actions:
Parameter
Variable
Mandatory?
Description
-Action
Yes
Indicate the action to be performed:
- CreateApplicationPool
- ConfigureApplicationPool
- DropApplicationPool
- StartApplicationPool
- StopApplicationPool
- RecycleApplicationPool
-ap
Yes
Application Pool name.
-apAllow32Bit
No
Flag that indicate if the application pool
must allow 32 bits application. This
parameter is allowed only for IIS 7.0, 7.5,
and 8.0, 8.5. The allowed values are:
- 1 or True: 32 bits application are
allowed
- 0 of False: 32 bits application are not
allowed
-apIdentUserDomain
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).
-apIdentUserName
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).