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 Web サーバーに公開すると、クライアント (winform) が同じメソッドを呼び出すと、空のコレクションが返されます (例外はありません)。
理由はありますか?
ありがとう!