Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message
Message
 
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01005043
Message ID:
01005050
Views:
23
Please run this code and tell me what it outputs:
IISOBJ = getObject("IIS://LocalHost/W3SVC")
For each Object in IISOBJ
	if (Object.Class = "IIsWebServer") then
		? "WWW Site: " +Object.Name + " - " + Object.ServerComment
	endif
endfor
>OLEDispathc exception code 1734 from setiisadmin err#= 1734 line=property LOIIs is not found,:c:\programfiles\dotcomsloution\postsetup.dll
>
>what i am doing wrong
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform