权限被拒绝:GetObject(“ IIS://”&strServer&“ / w3svc / 4 / ROOT”)

问题描述 投票:0回答:1

请帮助。我的代码在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
vba iis-7
1个回答
0
投票

我建议您可以发布有关您需求的更多详细信息。

© www.soinside.com 2019 - 2024. All rights reserved.