I got the error
Could not find a base address that matches scheme net.tcp for the endpoint with binding NetTcpBinding. Registered base address schemes are [http].
sometime back and was google-ing for solution. Though the points and solutions which is mentioned for this issue was already setup in my machine, I still was getting the error. Then I found, there was a space after (,) comma in the "EnabledProtocols" under "Behavior" category in IIS -> myWebSite -> Advanced Settings for the net.tcp. Please refer to the below image
And we get the following error, when I try to execute the SVC file.
Later, I modified the protocol and removed the SPACE in the EnabledProtocols.
Below is the one which worked.