Many WCF services are hosted in a single window. When the Windows service is just running, the wcf service endpoints are working fine. After long work, the wcf service is disabled. Although, this time the load is not heavy, but instead the services are down.
After I am at the endpoint through an Internet browser or client application, they both throw the following exception.
System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at http://serviceip/servicename that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
I have no idea about this problem. Does anyone know anything about this, help. thanks in advance.
user179020
source share