Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Could not found iisadmin root
Message
From
10/11/2005 05:31:01
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Miscellaneous
Thread ID:
01066753
Message ID:
01067096
Views:
21
No, localhost is my server's name. http://localhost/default.htm is working...

>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