I've built the default Visual Studio 2015 C# WCF Service Application. Runs fine with the included client using the default connection
http://localhost:50127/Service1.svc
For further testing I'm using Terra Term with the same URL, with and without the service1.svc, http, :50127 etc. Always get an Invalid Host error!
When I publish to a server (with its own IP) I have the same problem
Might this be related to the 50127 port and if so how would I change that?