2D Barcode Tools for Crystal Reports > Appendix > Server/Muti user version

Remote ASP.NET use

The image creator and ASP.NET script supplied with Server/Multi user versions may be installed on a remote server computer by copying the dlbc2d folder of the 2D Barcode Tools for Crystal Reports installation directory to a suitable location on the remote IIS server. The dlbc2d folder on the remote server may be set as a web site or as an application running under an existing web site. If it is desirable to use a non-standard port number this may be done by setting the port number in the IIS Administrator properties and modifying all pointer in reports to use the port by placing the port number after a colon in the URL, e.g.

"http://www1.dlsoft.com:3001/dlbc2d/dlbc2d.aspx?CodeType=1& Xunit=16&Data="+

The image creator control must also be copied to a suitable location on the remote server and registered on that machine’s OLE system by running

regsvr32 dBarcodeCR2D.dll

at a command prompt.

The only files required on the remote server are mfc42.dll and msvcrt.dll, which are usually present on any IIS server, and of course the .NET Framework version 2.0 for the ASP.NET script. The server does require the presence of Server Extensions on the web hosting the script, and the script must be assigned at least “Script only” execute permission.

The ASP.NET interface included with Single computer licenced versions may not be installed on a remote compter.

 

More:

Remote Java servlet use