我有一个WCF服务,它在localhost上使用端点地址已经工作了很长时间。
作品 net.tcp://localhost/myApp
失败: net.tcp://100.5.5.5/myApp
我想将服务公开给网络上的另一个框。失败的版本会引发以下错误:
The TransportManager failed to listen on the supplied URI using the NetTcpPortSharing service: the service failed to listen.
从localhost切换到使用WCF的文件是什么?
答案 0 :(得分:0)
您必须侦听分配给主机的IP。卫生署!