Issue:
I have been working on an issue related to WCF endpoint not found exception. We have around 30 WCF services running on an apppool that recycles every night. It has queue size of 1000. All services have basichttpbinding
with open/close timeout of 1 min and receive timeout of 10 mins. Windows Server 2008 and IIS 7 is used to host the services
Exception:
Type: EndpointNotFoundException
Details: There was no endpoint listening at https://url.com/WCFServices/LoginService.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
Inner Exception:
Type: System.Net.WebException
Details: The Remote name could not be resolved.
Troubleshooting:
Issue occurs randomly throughout the day. Only happening on login service and other services are not affected.
IIS performance monitoring done and queues are not reaching 1000.
IIS apppool does not restart in middle of day. It has been configured to recycle at 2 am in night.
No exception on the server side.
WCF logging enabled on server and client. Client shows the end point not found exception. No Exceptions on server.
Image:
Please let me know what we can do about it as I have run out of options.