COM dll's in VB.NET

Apr 23 2004 5:21 AM
I have written a COM dll and it is now sitting on a Windows Server 2003. My ASP script fails to instanciate it and just errors. Is there some special way of registering these things, cos regsvr32 doesn't do it. I wrote a small VB6 app and put that on the server to see if that could do it, and at first it didn't. I then ran regasm and then my vb6 app worked, but the ASP still does not. How can I get my script to work with a .net COM dll?? Any help would be great. Thanks....

Answers (1)