ロードバランサーを使用する Web サーバーがいくつかあります。マシンはポート 81 で IIS6 を実行しています。外部からは、ポート 80 を使用してサイトにアクセスできます。外部名とマシンの名前は異なります。
私たちは得ています
System.ServiceModel.EndpointNotFoundException: The message with To '<url>' cannot be processed at the receiver, due to an AddressFilter mismatch at the EndpointDispatcher. Check that the sender and receiver's EndpointAddresses agree.
web.config の関連部分は次のとおりです。
<endpoint binding="ws2007HttpBinding" bindingConfiguration="MyServiceBinding"
contract="MyService.IMyService" listenUriMode="Explicit" />
listenUri を追加しようとしましたが、問題は解決しませんでした。
何か案は?