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 服务时收到错误代码 10061。错误是
无法连接到<service uri>。连接尝试持续了 xxxx 的时间跨度。TCP 错误代码 10061。由于目标机器主动拒绝,无法建立连接。
<service uri
当我做一个
netstat -a
我没有看到这个 net.tcp 服务地址应该在监听的端口。在 IIS 中,该服务所在的网站已经启动。任何想法为什么该端口未在 TCP 中列为侦听或我如何让它侦听?