On a Windows instance a specific application pool stops every 15 days and we have to manually restart that Under the event logs we are getting dotnet clr.dll
error given below.
Faulting application name: w3wp.exe, version: 10.0.17763.1, time stamp: 0xcfdb13d8 Faulting module name: clr.dll, version: 4.7.3610.0, time stamp: 0x5e13fa89 Exception code: 0xc00000fd Fault offset: 0x000000000012ebdc Faulting process id: 0x2678 Faulting application start time: 0x01d7069cd23d6f15 Faulting application path: c:\windows\system32\inetsrv\w3wp.exe Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll Report Id: b44401f0-97b2-4b8c-8fba-703227faec12 Faulting package full name: Faulting package-relative application ID:
What should be the process for debugging this issue to get the root cause?
I am new to server management and processes so please bear with me.
Thanks in advance.