Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Default Web Site vs. Standardwebsite
Message
 
À
13/04/2005 12:43:21
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:
01004236
Vues:
18
No, but if I come across retrieving IPs, I'll let you know. My first goal is just to get this routine working in C++. I need to use C for the Installshield routine when AVFP is first installed. There seem to be plenty of resources on the web.
If you can run the code across the network, does that mean you could install across the network?

>Claude,
>
>Did you find a list of all properties for the IIsWebServer object? I would like to fetch the IP address of each (on a multi-homed server).
>
>I checked the code below across a network and found it also worked to manage servers from XP workstations, simply replacing "LocalHost" with machine name.
>
>-- Randy
>
>>Simple vfp code to enumerate web site names in IIS:
>>
>>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