Hi,
I’m trying to access the Registry using ASP and Javascript code. I get the following error:
“Server object error ‘ASP 0177 : 800401f3’
Server.CreateObject Failed
Invalid class string ”
at the following line:
var myReg = Server.CreateObject(“IISSample.RegistryAccess”);
What could be causing this error!?
Thanks!