Reputation: 1
I have a WCF service hosted on IIS. It has https and net.tcp bindings enabled. The https binding works fine but net.tcp gives below error:
"The message could not be dispatched because the service at the endpoint address 'net.tcp://localhost/ServiceName.svc' is unavailable for the protocol of the address."
I tried:
I am expecting this service to not give the "Unavailable for net.tcp" error.
Upvotes: 0
Views: 207