Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Default Web Site vs. Standardwebsite
Message
 
To
13/04/2005 12:43:21
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:
01004236
Views:
15
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
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform