Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Default Web Site vs. Standardwebsite
Message
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01003043
Message ID:
01005546
Views:
22
Claude,
yeah, Object.ServerComment does the trick. It returns 'Standardwebsite'!
IISOBJ = getObject("IIS://LocalHost/W3SVC")
For each Object in IISOBJ
 if (Object.Class = "IIsWebServer") then
  ? "WWW Site: " +Object.Name + " - " + Object.ServerComment
 endif
endfor
Previous
Reply
Map
View

Click here to load this message in the networking platform