Parameters > Citect.ini File Parameters > Web Server Parameters > [WebServer]DeployRoot

[WebServer]DeployRoot

Represents the directory where a Web Client deployment will be placed on the WebServer. Use this parameter to automatically deploy a project whenever the Web Preparation tool is run.

Typically, the destination directory will be the "deploy" folder within the installed Web Server directory. For example, if the Web Server is the local machine, the parameter would be set to:

[webserver]
DeployRoot="c:ProgramFilesCitectCitectSCADA6.10\WebServer\deploy"

Note: If you do not want to use the default "deploy" directory, the path must contain "deploy" as the last subfolder name, otherwise the deployment will not succeed.

If you"re deploying to a remote network destination, it is recommended that you use a mapped drive instead of a UNC address. This will avoid potential deployment errors. Do not map a drive directly to the deployment location, as the path must finish with a "deploy" subfolder.

Using the mapped drive "Z:" representing
"\\ComputerName\Program Files\Citect\CitectSCADA\WebServer\"
the parameter would be set to:

[webserver]
DeployRoot="Z:\deploy"

Allowable Values:

The location of the deployment directory as a string.

See Also