Click to See Complete Forum and Search --> : Register the ASP component in IIS Server


Ramani Ranjan
March 3rd, 2000, 05:36 AM
Hi,
Can any body give sugession how to register the asp component which is designed in VB 6.0. This component is used for database interaction, database tranactions, maiintaing the sessions , verification of users and etc.
I'm using the personal web server and IIS Server is existing in my machine. I am using the Visual InterDev for developing ASP Pages.
Please send the suggestion ASAP.

Johnny101
March 3rd, 2000, 10:26 AM
All you have to do in order to call it from an ASP page is compile the dll, and then register it on the IIS machine. You can run regsvr32 to do this:
1) place the file on the server.
2) go to start / run
3) type "regsvr32 " & and the path to the file.
If you stored the file in the system32 directory, you only have to supply the filename, since regsvr32 also resides in that directory.
4) hit <enter>
you should receive a message box confirming that the dll was successfully registered.

Good luck,
John

John Pirkey
MCSD
www.ShallowWaterSystems.com