Hi,

Ive created a component using VB. I now need to be able to use this component from an ASP file. How do I go about registering the dll file on the server? (the server is a different computer from the one Ive developed the dll on.) Is there anything to be done other than just copying the dll file to the server and then using regsvr32 <dllname> to register it???

Thanx in advance.