Barcode IMG Servers for IIS are system for incorporating barcode images on Active Server Pages (ASP) and ASP.NET pages using server-side processing. The results may be viewed on all major browsers, including Microsoft's Internet Explorer, Netscape and Mozilla. The system has been devised in such a way that run-time write access to the IIS server is not required.
The central component of each Barcode IMG Server for IIS is a server side component in a Dynamic Link Library (B1barcode.DLL or B2barcode.DLL). Once a component is registered on the IIS server an active sever page may create a Barcode Object using
Server.CreateObject("B1barcode.Contol")
for Barcode IMG Server for IIS, or
Server.CreateObject("B2barcode.Contol")
for Barcode-2D IMG Server for IIS.
More: