An error occurred while getting an HTTP response at http: //production/Services/AccountService.svc . This may be due to a service endpoint binding that does not use the HTTP protocol. It could, it could also be due to the fact that the HTTP request context is interrupted by the server (possibly due to a service outage). See Server Logs for more information. the details.
What is the reason for this exception? I have data on exceptional details included in my ASP.NET site.config website where I host the WCF service.
I have a second service, which is for testing purposes only, which simply returns an int, which works flawlessly.
In addition, in development, which means that the consumption and the service application are on the same local computer, both services are running. This greatly complicates testing this error :(
Are there any recommendations regarding debugging in this particular situation?
source share