Reputation: 2106
I've a WCF service project and client project in my VS.Net 2008 solution. When running the client, am getting this error:
Could not connect to http:// localhost:8000/Services/TestService. TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:8000
What am i missing over here? How do I make sure that my service is running?
Upvotes: 0
Views: 413
Reputation: 4014
Is this possibly due to the DisableLoopbackCheck
registry setting?
WCF: Calling WCF service hosted in IIS on the same machine as client throws authentication error
Upvotes: 1