当前位置:  开发笔记 > 运维 > 正文

负载均衡器后面的WCF - 如何设置

如何解决《负载均衡器后面的WCF-如何设置》经验,为你挑选了1个好方法。

我们有几个使用负载均衡器的Web服务器.机器在端口81上运行IIS6.在外部,可以使用端口80访问站点.外部名称和机器名称不同.

我们得到了

System.ServiceModel.EndpointNotFoundException: The message with To '' 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的相关部分是:

  

我们尝试添加listenUri,但这并没有解决我们的问题.

有任何想法吗?



1> bh213..:
[ServiceBehavior(AddressFilterMode=AddressFilterMode.Any)]

将此属性置于服务上可以解决问题.

推荐阅读
pan2502851807
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有