I am trying to use an ActiveX exe with an ASP, and I am testing on a WIN98 running PWS. I understand what this problem is and that I need to make a change in the metabase to allow this to work but all the examples around the net do not work for me. I'm assuming the examples are based on a NT server and not PWS but this is what I'm using for code:
Set WebServObj=GetObject("IIS://LocalHost/W3svc"
WebServObj.Put"AspAllowOutOfProcComponents",true
WebServObj.Setinfo
When I run this code I get:
Runtime error 8000a01b0
File name or class name not found during Automation operation:'GetObject'
Is it a path issue or what?
Any help would be greatly appreciated!!
Set WebServObj=GetObject("IIS://LocalHost/W3svc"
WebServObj.Put"AspAllowOutOfProcComponents",true
WebServObj.Setinfo
When I run this code I get:
Runtime error 8000a01b0
File name or class name not found during Automation operation:'GetObject'
Is it a path issue or what?
Any help would be greatly appreciated!!