I go to https://mywebsite/MyApp/Myservice.svc and get the following error:
(The link works if I use http:// )
\"The service \'/MyApp/MyService.svc\' cann
I had this exact same problem. Except my solution was to add an "s" to the binding value.
Old: binding="mexHttpBinding"
New: binding="mexHttpsBinding"
web.config snippet: