WCF Winform 托管
我有一个 WCF 服务托管在 Winforms 应用程序中,它在 Vista 计算机上运行,我使用 netsh 来允许应用程序侦听端口 6003。
我有一个客户端应用程序,当它在 Vista 计算机上运行时可以调用 WCF 服务。同一台机器。
问题是我无法从网络上的任何其他 PC 访问 WCF 服务。
我已经运行了 netstat,它肯定正在侦听端口。
我正在使用 basicHttpBinding,它是 .Net 4。
任何帮助都会很棒。
问候
史蒂夫
I have a WCF service hosted in a Winforms application, it's running on a vista machine and I've used netsh to allow the application to listen on port 6003.
I have a client application which can call the WCF service when it is running on the same machine.
The problem is I cannot access the WCF service from any other PC on the network.
I've run netstat and it's definately listening on the port.
I'm using the basicHttpBinding, and it's .Net 4.
Any help would be great.
Regards
Steve
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查托管服务的 PC 上的防火墙设置。它可能阻止了访问。
Check the firewall settings on the PC hosting the service. It is probably blocking the access.
您是否尝试过通过网络浏览器访问这些服务?
您可以尝试将 clientaccesspolicy.xml (以及 crossdomain.xml,为了更好的措施)添加到服务器的根目录。检查以下链接 - http://msdn.microsoft .com/en-us/library/cc197955(v=vs.95).aspx
Have you tried hitting the services through a web browser?
You can try adding a clientaccesspolicy.xml (and a crossdomain.xml, for good measure) to the root of your server. Check the following link - http://msdn.microsoft.com/en-us/library/cc197955(v=vs.95).aspx