WCF Communication Problem

Posted by vincpa on Server Fault See other posts from Server Fault or by vincpa
Published on 2010-04-07T06:31:49Z Indexed on 2010/04/07 6:43 UTC
Read the original article Hit count: 352

Filed under:

Two separate servers, one is an IIS7 web application trying to connect to a WCF service on the other server.

The initial connect always fails, sometimes the second, after that, everything works normal.

What could be the cause of this problem?

The exception that gets thrown is

EndpointNotFoundException

Could not connect to net.tcp://192.168.0.83/MgrService/Manager.svc. The connection attempt lasted for a time span of 00:00:21.0289348. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.0.83:808.

© Server Fault or respective owner

Related posts about wcf