I have a WCF Service hosted on Azure. I can reach the service with WcfTestClient, but when I open the *.svc file in the browser it says "Server Not Found" and when I use the service from an MVC site it says "There was no endpoint listening at (url) that could accept the message". Both WcfTestClient and the MVC site are using BasicHttpBinding.
What does WcfTestClient do differently?