Hello,
could someone tell me what the follow erro code is?
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/mytestpage.asp, line 28
800401f3
this line refers to the
Set Myobj= Server.CreateObject("windowsscriptcom")
I was following some instructions to a tee to create a .wsc file that successfully registered on my test server. However when I try to create an instance of the object I got that error message.
could someone tell me what the follow erro code is?
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/mytestpage.asp, line 28
800401f3
this line refers to the
Set Myobj= Server.CreateObject("windowsscriptcom")
I was following some instructions to a tee to create a .wsc file that successfully registered on my test server. However when I try to create an instance of the object I got that error message.