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
Here is a NetTcpBinding basic example from msdn. See if this can help you.
EDIT:
And here is a related SO question.