wcfiiswcf-binding

How does one diagnose an HTTP 404 for a localhost service call


I am working on a Windows 10 workstation invoking a localhost-hosted service. I am getting a 404.0 response. I have verified the following:

I have tried all sorts of theories but nothing explains the 404.0. Any ideas on where to look next? Have I hit a known issue with this handler?


Solution

  • I discovered my issue. It was in the bindings definition. Since I am working on a local workstation, I am not using SSL. I neglected to change the security mode within the basicHttpBinding element in the web.config. Changing it from "Transport" to "None" did the trick.