Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Could not found iisadmin root
Message
 
To
09/11/2005 09:23:24
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Miscellaneous
Thread ID:
01066753
Message ID:
01066875
Views:
16
As Khubaib said, make sure you have IIS installed. And it needs to be Win2k Pro or server, or xp pro or server. If you're sure you have IIS, then the defaults of 'Default Web Server' and/or 'localhost' may be wrong for some reason. Run this code to determine your web site name:

IISOBJ = getObject("IIS://LocalHost/W3SVC")
For each Object in IISOBJ
if (Object.Class = "IIsWebServer") then
? "WWW Site: " +Object.Name + " - " + Object.ServerComment
endif
endfor
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform