Menu

Linear Barcode ActiveX with IIS (ASP)

How to use Barcode ActiveX on an IIS server



Install Barcode ActiveX on the server. Make sure that the file BarCodeAx.dll has the READ+EXECUTE permissions for the user IUSR_XXXXX (or for the user who will use Barcode ActiveX).

Copy the file "..\Program Files\RKD\BarCodeAx\IIS\abarcode.asp" to the folder IIS has access to. For example, to "c:\inetpub\wwwroot\".

Now you can test the functioning of BarCode ActiveX. To do it, enter the following line into the IE address bar:
http://localhost/abarcode.asp(this address may vary depending on your configuration of IIS and on the location of the file abarcode.asp)
You should have a barcode with default parameters displayed on the screen.
To customize the barcode, you can specify the parameters in the following way for example:
http://localhost/abarcode.asp?data=111222&width=200&height=100&backcolor=yellow&picture=gif

As a result, you will get approximately the following barcode.

ISS(Internet Information Server) and Barcode ActiveX

See more details about the parameters you can specify in the file abarcode.asp.

If you need to put some other elements together with the barcode in HTML, you should use the IMG tag. To do it, create an HTML page and insert the IMG tag into it in the following way, for example:
<IMG src="http://localhost/abarcode.asp?data=11498194763&width=250&height=65" width=250 height=65 alt="">
Besides, you can insert any other HTML tags into this page as well.

ISS and Barcode ActiveX

All the abovementioned files are included in the installation package.



If you use Barcode ActiveX like this, you do not have to install anything on the client PC. And such a barcode can be displayed in any Internet browser.





The features described on this page require a Server License.