Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
It's my very first time : Hep
Message
 
To
08/11/2005 03:58:43
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01065925
Message ID:
01066394
Views:
19
to use other domains/IPs/WebSites, you'll need to know those names before setup.
Either go to the IIS console and make a note of the name or run the following
code from Visual FoxPro:

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

Let me know what it says. Rerun PostSetup (from the menu) with whatever the name is.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform