Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个连接到 WMI 以查询一些 AD 信息的 WCF 方法。
如果我在本地调试 WCF,它可以工作,即 ManagementObjectSearcher.Get() 返回非空集合。
一旦我将 WCF 发布到 IIS 网络服务器,然后让客户端(winform)调用相同的方法,它就会返回空集合(没有例外)。
知道为什么吗?
谢谢!