WCF Service netTCPbinding
问题 I want to use netTCPbinding, so I've changed my web config as below. I'm experiencing this error: Could not find a base address that matches scheme net.tcp for the endpoint with binding NetTcpBinding. Registered base address schemes are [http]. How can this be solved? <services> <service name="DXDirectory.DXDirectoryService" behaviorConfiguration="DXDirectory.Service1Behavior"> <!-- Service Endpoints --> <endpoint address="" binding="netTcpBinding" bindingConfiguration="WindowsSecured"