Jimmy
Jimmy

Reputation: 2106

Error when invoking WCF service from the client

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

Answers (2)

MattC
MattC

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

vc 74
vc 74

Reputation: 38179

You can use the WCF test client to test your service.

Upvotes: 1

Related Questions