Could not find a base address that matches scheme net.tcp

Error (WCF): Could not find a base address that matches scheme net.tcp for the endpoint with binding NetTcpBinding. Registered base address schemes are [http]. Step 1: Note WAS (Windows Process Activation Service) or non-http protocol support, is only supported by following platforms: • Windows Vista • Windows 7 • Windows Server 2008 Go to Turn … Read more

Enabling net.tcp in IIS7

You need to add net.tcp to the enabled protocols of your site. Go to IIS Manager, right-click on your website, go to ‘Manage Web Site’ or ‘Manage Application’, then to ‘Advanced Settings…’. There you see ‘Enabled Protocols’. It probably says http. Change it to http,net.tcp. If you want to configure bindings, right-click on your website … Read more