I'm having troubles with my wcf application. When i run the client application and it tries to connect to de server i get the following exeption:

unable to read data from the transport connection an existing connection was forcibly closed by the remote host.

when i debug from the system where the service is hosted the application runs fine. When i trie to debug it from an other pc i get this error. from this other pc i can open the wsdl file (of the server application) in the browser so the server can be found.

link|flag

25% accept rate
This seems like an annoying problem to fix/debug. It looks like the server closed the connection for one reason or another. It may be a server exception closing the call. That the server can be found does not mean that the server can be connected too. Please give more information about the server/client setup and write a little test harness to see if you can get the basics to work. – Barfieldmv 2 hours ago
Binding/Protocol/Port ? It sounds like a firewall issue. – Henk Holterman 2 hours ago
1  
You should work on your accept rate! – Darin Dimitrov 2 hours ago

Know someone who can answer? Share a link to this question via email, twitter, or facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.