Installation and Testing

Navigation:  »No topics above this level«

Installation and Testing

Previous pageReturn to chapter overviewNext page

1.The trial version QRCode ASP component appends "MW6 Demo" to the string encoded with the QRCode format.

 

2.For 32-bit version Windows OS, go to the 32-bit system folder (e.g. "c:\winnt\system32" or "c:\windows\system32") of the IIS server. For 64-bit version Windows OS, go to the SysWOW64 folder (e.g. "c:\windows\SysWOW64") of the IIS server. Copy MW6QRCodeASP.dll to the current folder.

p1

 

 

3.From the current folder, run "regsvr32 MW6QRCodeASP.dll" to register it. For Windows Vista or above, you need to use an elevated Command Prompt to run regsvr32.exe command, click "Start" > "All Programs" > "Accessories", right-click "Command Prompt", and then click "Run" as administrator.

p2

 

 

4.Copy Demo.html, CreateImg.asp and Show.asp to a folder of the IIS server where Active Server Pages are enabled, for example, you can create one folder "C:\Inetpub\wwwroot\MyFolder" and copy those 3 files to this folder.

 

5.Enter the URL of Demo.html to your browser for verifying whether QRCode ASP component is working or not, for example, you can enter http://localhost/MyFolder/Demo.html for testing it on the IIS server itself.