<client>
<!--服务器端使用了相对网络地址,所以这里要在baseAddress(http://localhost:8731/Wcf/Service/Caculate)后加上相对地址:/mex-->
<endpoint address="http://localhost:8731/Wcf/Service/Caculate/mex"
binding="mexHttpBinding"
contract="IService.ICaculate"
name ="CaculateService" >
</endpoint>
</client>
如果我发布到线上,应该改成什么,有什么设置要求吗?
没有啥特别要求,只要能访问到就可以了。