WCF Winform 托管

发布于 2024-12-02 02:35:55 字数 293 浏览 0 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

喜你已久 2024-12-09 02:35:55

检查托管服务的 PC 上的防火墙设置。它可能阻止了访问。

Check the firewall settings on the PC hosting the service. It is probably blocking the access.

只有影子陪我不离不弃 2024-12-09 02:35:55

您是否尝试过通过网络浏览器访问这些服务?

您可以尝试将 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文