I have this WCF service running as a window service.
I have in my code that everytime it faults it will restart the service.
Now I'm having the issue where the host faults, it tries to restarts, then faults again, but at some point it just stop the service.
Wondering why it stop the service? Is this something handled by the OS that it detects the service has faulted a number of time within a certain time it will just stop the service because it faulted too many time ?