Setup: Existing WCF service published with net.tcp bindings
Problem: You receive this error
There is no compatible TransportManager found for URI ‘net.tcp://WCFService/WCFService.svc’. This may be because that you have used an absolute address which points outside of the virtual application, or the binding settings of the endpoint do not match those that have been set by other services or endpoints. Note that all bindings for the same protocol should have same settings in the same application.
Posible Solution:
Remove maxConnections parameter from <netTcpBinding><binding name=…. ></netTcpBinding> in case is there. Check TechNet for examples.