My client has an ASP.NET application installed on two production servers (balanced with NLB, but that\'s irrelevant). Both servers crash every 3-4 hours with the following e
I was able to check Event Viewer -> Windows Logs -> System and find
Application pool 'DankAppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.
Below that:
A process serving application pool 'DankAppPool' suffered a fatal communication error with the Windows Process Activation Service. The process id was '5704'. The data field contains the error number.
And:
The QueueMonitor service terminated unexpectedly. It has done this 32 time(s). The following corrective action will be taken in 60000 milliseconds: Restart the service.
At least the QueueMonitor service is a place to start.