Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error message
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
ActiveVFP
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01005043
Message ID:
01005050
Vues:
22
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform