I have hosted a WCF service in a server and I have 500+ endpoints(PCs) listening and consuming the service by running an executable as windows-service in all those endpoints.
Problem: Some PCs are unable to access the service. From the server side I will have to check and find the reason for this; whether the failure is because of inaccessible of the service or endpoint failures (like the network or any other reason).
Is there any possibility do to the same from server?