我們有幾臺使用負載均衡器的Web服務器。機器正在端口81上運行IIS6。從外部看,站點可通過端口80訪問。機器的外部名稱和名稱不同。負載均衡器後面的WCF - 如何設置
我們得到的web.config
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.
相關部分:
<endpoint binding="ws2007HttpBinding" bindingConfiguration="MyServiceBinding"
contract="MyService.IMyService" listenUriMode="Explicit" />
我們嘗試添加listenUri,但並沒有解決我們的問題。
任何想法?
關於這些問題的更詳細的討論位於這裏http://stackoverflow.com/questions/274984/wcf-webservice-behind-public-reverse-proxy/947276#947276 – 2011-07-29 19:08:37