1

I have a WCF service setup in IIS. I can browse fine to the HTTP endpoint (http://localhost with no port#) in a web browser.

My app is using net.tcp//localhost:51056. I keep getting an error about

The message could not be dispatched because the service at the endpoint address xxx is unavailable for the protocol of the address.

The exception is a

EndpointNotFoundException

net.tcp is setup for the service in IIS.

There is no way to test a net.tcp endpoint that I'm aware of. This use to work. Any ideas how I can trouble shoot what is wrong?

4thSpace
  • 43,672
  • 97
  • 296
  • 475

1 Answers1

0

if http is working and net.tcp not. you may want to setup/check setup net.tcp binding at IIS level. take look at Enabling net.tcp in IIS7

Community
  • 1
  • 1
pkk
  • 1