c# - TCP error code 10060:A connection attemp failed bcos the connection party didnot properly respnod after period of time, or established connection fail -



c# - TCP error code 10060:A connection attemp failed bcos the connection party didnot properly respnod after period of time, or established connection fail -

we have framework 4.x wcf service in turn hosted in windows service using net.tcp binding. when calling wcf service client machine run properly. if turn on window firewall gives error

****"error 10060 - not connect net.tcp://1xx.xxx.xxx.xxx:9098/myservice/. connection attemp lasted time span of 00:00:21. tcp error code 10060: connection attemp failed because connection party didnot respnod after period of time, or established connection failed because connected host has failed respond 19x.xxx.xxx.xxx:9098."****

i open port 9098 inbound , outbound rule on machine wcf service hosted. , open 808 port client machine. still error.

c# .net wcf tcp

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -