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 was using webHttpBinding and forgot to dicate the security mode of "Transport" on the binding configuration which caused the error:
Adding this in configuration fixed the problem.