Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server object error 'ASP 0177 : 800401f3'

Status
Not open for further replies.

JordanR

Technical User
Oct 3, 2002
182
US
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.
 
The first thing you've to check is that the progid attribute in the registration tag of the wsc file coincide with the binding moniker (here, "windowsscriptcom").
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top