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?