请帮助。我的代码在Visual Basic中。错误权限被拒绝GetObject(“ IIS:// loclahost / w3svc / 4 / ROOT”)
Set wServer = GetObject("IIS://loclahost/w3svc/4")
Set wRoot = GetObject("IIS://loclahost/w3svc/4/ROOT") 'Get the root web
Set wNew = wRoot.Create("IIsWebVirtualDir", strWebName) 'Create a new web off the root
''Create New App
wNew.AppCreate True
我建议您可以发布有关您需求的更多详细信息。