Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

IIS WebService

does anyone happen to know how i can create an IIS WebService?
I'm trying to convert some VBScript code to C++. Basicaly, the code is checking if I have an IIS WebService installed on a computer. The code is as follows:

Set ObjWebSvc = GetObject("IIS://localhost/w3svc")
Set oFtpService = GetObject("IIS://localhost/MSFTPSVC")

If not IsObject(ObjWebSvc) Then 'Check for basic IIS WebService
Me.Property("DLGValidateIISInstalled") = "0"
MsgBox Me.Property("Idea_Err_IISMissing"),, MsgTitle
Elseif......
[581 byte] By [InstallGuy007] at [2007-11-11 8:30:02]