为什么我在尝试从Microsoft.Web.Administration连接ServerManager时获得COMExc
本文关键字:ServerManager 连接 COMExc Administration Web Microsoft 为什么 | 更新日期: 2023-09-27 17:56:59
我想从远程 IIS 检索站点列表:
using Microsoft.Web.Administration;
ServerManager serverManager = ServerManager.OpenRemote("myserver");
我正在接受 COMException
Retrieving the COM class factory for remote component with CLSID {2B72133B-3F5B-4602-8952-803546CE3344} from machine {ip} failed due to the following error: 80040154.
有什么提示吗?
拜托,我不想要其他方法如何在不使用Microsoft.Web.Administration的情况下获取信息
我很
怀疑,然后我发现了这个链接,这意味着我不能与 IIS 6 一起使用,情况就是这样......我想使用Microsoft.Web.Administration使用的内容仅适用于IIS 7