我想从远程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
的情况下获取信息答案 0 :(得分:0)
我很怀疑然后我发现这个Link这意味着我无法使用IIS 6就是这种情况......我想使用Microsoft.Web.Administration只能用于IIS 7