NetTcpBinding 和 Windows 7 防火墙
我有一个使用 nettcpbinding 的 wcf winforms 自托管应用程序。(net.tcp://aaa.homeip.net:9388) 问题是Windows 7防火墙,我在入站和出站列表(端口9388)上添加了例外,但仍然不起作用(即使客户端在同一台机器上)...我还尝试在程序上添加分布式事务协调器列出类似此提示但没有成功.. 。 禁用防火墙后一切正常。
I have an wcf winforms self-hosted app using nettcpbinding.(net.tcp://aaa.homeip.net:9388)
The problem is windows 7 firewall, I added the exception on the inbound and outbound list (port 9388) but still doesnt work(even if the client is in the same machine)...I also tried to add Distributed Transaction Coordinator on the program list like this hint but no success...
Everything works fine when firewall is disabled.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在高级安全 Windows 防火墙的入站规则中添加/启用 Windows Communication Foundation Net.TCP 侦听器适配器 (TCP-In)
Add/enable Windows Communication Foundation Net.TCP Listener Adapter (TCP-In) in Inbound Rules in Windows Firewall with Advanced Security