Validation Kit
The ScriptX Server Side Test and Validation kit illustrates different techniques and helps to test and validate the installation.
The kit installs a web application/site to a web site in IIS with samples and examples for testing and validating the installation of ScriptX Server-side use. Sample usage is illustrated in Classic ASP, VB.NET and C#.
Sample source code
The kit is an excellent resource for how to implement ScriptX Server side / remote printing on your own site. A re-usuable wrapper class for using ScriptX in .NET is provided and makes using ScriptX very easy.
Installation
The kit requires ScriptX v7 or later, Windows Server 2003/IIS 6 or later and ASP.NET 4 or later.
Download and install the version of the kit corresponding to the Edition of Windows you are using (x86/x64).
If you are unable to install the kit for some reason, a zip archive of the web site is available. This can be downloaded and inspected and manually installed if desired. ASP.NET 2 is required to run the site.
Kit configuration
After installing the kit it must be configured with your unique ScriptX Server Side License:
-
Open IIS Manager and navigate to the web site for the kit.
-
Open application settings, the double click the licensGUID entry
and overwrite the value with your license identifier.
Do the same with the licenseRevision entry; update it with the revision value of your license (this will be 0 if it is your first license).
After installing the kit, browse to the installed web application. The installed application/site can be opened in Visual Studio 2010 or later.
::> Running tests