User guide

69
Parameters
Mandatory?
Description
IsPreloadEnabled
No
Flag that indicate if the preload functionality is enabled for the
web application. The allowed values are:
- 1 or True: Preload is enabled
- 0 of False: Preload is disabled
Remove Web Application
This action allows users to remove an existing web application under IIS 7.0, 7.5, 8.0 and 8.5. It will NOT fail a
deployment if the web application does not exist. The configuration variables of this action are:
Parameters
Mandatory?
Description
WebAppName
Yes
The name of the web application to remove.
WebSiteName
No
The name of the web site under which the web application
resides. If not defined, the Default Web Site will be used.
Create Virtual Directory
This action allows users to create a new virtual directory under IIS 7.0, 7.5, 8.0 and 8.5. If the virtual directory
already exists, it will be reconfigured to match the defined configuration variable values (undefined configuration
variables will not affect the actual configuration of the virtual directory). The configuration variables of this action
are:
Parameters
Mandatory?
Description
VirtualDirectoryName
Yes
The name of the virtual directory to create or configure.
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.
PhysicalPath
Yes
The complete physical path of the virtual directory.
Configure Virtual Directory
This action allows users to configure an existing virtual directory under IIS 7.0, 7.5, 8.0 and 8.5. It will 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 configure.
SiteName
No
The name of the web site under which the virtual directory
resides. If not defined, the Default Web Site will be used.