I am creating the ASP pages and dlls on my local PC, which has a server drive mapped to it. So I'm saving the stuff on the server.

Using server.createobject causes an "Invalid class string" message, while omitting the "server" bit causes a "Can't create object"

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?

Thankyou.