Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to test out-of-process EXE COM objects in WIn98 from
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00321999
Message ID:
00322486
Views:
22
It doesn't work.
ox=createobject("iisNamespace") returns a "Class definition not found error"

>I believe this is similar to IIS 4.0. In IIS 3.0, you could change a registry key, but IIS 4.0 requires a change to the metabase. Copy the following into a .prg, compile it and run it. It works for IIS 4, so I think it will work for you.
>
>
>ox=createobject("iisNamespace")
>oserver=ox.GetObject("IISWebServer","LOCALHOST/W3SVC")
>oserver.ASPAllowOutOfProcComponents=.t.
>oserver.SetInfo()
>rele ox
Previous
Reply
Map
View

Click here to load this message in the networking platform