This folder contains a sample with i-net Clear Reports as background server.
If the i-net Clear Reports installation is on the same server as the IIS use the setup tool for an automatic installation. If IIS and i-net Clear Reports should be installed on different servers the IIS needs to be configured manually.
The setup creates a virtual directory with the name you specified during setup and copies the ASP.NET files into this virtual directory.
"clearreports"
."clearreports"
."<cc_install_dir>\documentation\samples\asp.net"
."http://<ServerName>/clearreports/?report=file:<path_of_report>.rpt"
in the address line of a browser to display a report.<ServerName>
with the name of your web server, "clearreports"
with the name of your virtual directory and <path_of_report> with a file path that is accessible for the i-net Clear Reports server, e.g. http://localhost/clearreports/?report=file:c:/MyReports/sample.rpt
.The performance will be better if clearreports.vb is compiled to a DLL (e.g. with Visual Studio) and be used on the IIS