User guide

70
Parameters
Mandatory?
Description
WebApplicationName
No
The name of the web application under which the virtual
directory resides. If not defined, the Root web application of
the web site will be used.
PhysicalPath
No
The complete physical path of the virtual directory.
Remove Virtual Directory
This action allows users to remove an existing virtual directory under IIS 7.0, 7.5, 8.0, and 8.5. It will NOT fail a
deployment if the virtual directory does not exist. The configuration variables of this action are:
Parameters
Mandatory?
Description
VirtualDirectoryName
Yes
The name of the virtual directory to remove.
SiteName
No
The name of the web site under which the virtual directory
resides. If not defined, the Default Web Site will be used.
WebApplicationName
No
The name of the web application under which the virtual
directory resides. If not defined, the Root web application of
the web site will be used.
MS-SQL
Create SQL Database
This action allows users to create a new SQL Server database. It will fail if the database already exists. The
configuration variables of this action are:
Parameters
Mandatory?
Description
ServerName
Yes
The server name of the SQL database.
DatabaseName
Yes
The SQL database name to create.
Drop SQL Database
This action allows users to drop a SQL Server database. It will fail if the database does not exist. The configuration
variables of this action are:
Parameters
Mandatory?
Description
ServerName
Yes
The server name of the SQL database.
DatabaseName
Yes
The SQL database name to drop.