automation object

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SR

    automation object

    I did a simple job (change iis default website's homefir) in a vbs file
    writing:

    Set objW3SVC = GetObject("IIS://localhost/W3SVC/1/ROOT")
    objW3SVC.Path = sPath
    objW3SVC.SetInf o
    set objW3SVC = Nothing

    Is possibile to do the same (com interop ?) in a winform prg ?

    Thanks
    Sandro


Working...