Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Default Web Site vs. Standardwebsite
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
ActiveVFP
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01003043
Message ID:
01005546
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform