Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以毫无问题地在本地连接到我的 WCF 服务,但是当我远程托管它时,我收到此错误:
TCP 错误代码 10061:无法建立连接,因为目标机器主动拒绝了它 192.168.200.58:1991。
请注意,他的防火墙已经在主机上关闭。
我无法弄清楚出了什么问题。有什么帮助吗?
谢谢!
尝试使用命令(需要提升权限 - 以管理员身份运行)
netstat -anb
您可能已经搜索过,但我发现了另一个可能会引导您找到答案的问题;
WCF 无法建立连接,因为目标计算机主动拒绝
看起来像防火墙问题。检查目标和客户端机器上打开的端口 1991