Quote:
Originally posted by sweevo
I'm guessing I'm doing something wrong with the registration. Do I have to do it on the actual server, or can I do it locally as I've been trying?
The COM object (your dll) has to be registered in the Registry of the web server, not in the registry of your local machine. What happens is when the web server's ASP engine hits the Server.CreateObject("Something.Class"), it looks in the registry for the "Something.Class" to know where to find the *.dll file to use for that.