If the content of your CitectSCADA project incorporates user-created files, such as DBF files, HTML files, or CSV files, you need to manually place these into a special zip file called Misc.zip for delivery to the Web Server. Similarly, if a project contains ActiveX objects, these also needs to be included in a zip file called ActiveX.zip.
To prepare any user-created files for deployment:
These files could include CSV or DBF files associated with tables presented on project pages, or HTML content.
Misc.zip
.Misc.zip
in the main folder for the project.
For example, in the case of the Example project, this would
be:[User]\Example
Note: If your project has included
projects that use ActiveX objects, verify that these are also
zipped up in an Activex.zip
file in
the included project's directory.
The files are now ready for deployment on the Web Server.
To prepare any included ActiveX objects for deployment:
ActiveX.zip
.ActiveX.zip
in the main folder for the project.
For example, in the case of the CSV_Include project, this would
be:[User]\CSV_Include
Note: If an ActiveX object has an associated data source, verify that the data source can be located by the computer hosting the Web Client. See the topic Managing associated data sources under the section on ActiveX objects in the CitectSCADA User Guide Help.
See Also