The following is my program, ' Connect to the WMI WebAdministration namespace. Set oWebAdmin = GetObject("winmgmts:root\WebAdministration") ' Get the default Web site. Set oSite = oWebAdmin.Get("Site.Name='Default Web Site'") ' Get the ISAPI-CGI restriction section...