On occasion, we get some Stack Overflow exceptions with our C#/ASP.NET 4.5 web application running under IIS 7.5 (Windows Server 2008 R2). Last week, it just so happens that we had 5 stack overflow exceptions occur within a 2-minute period causing the app pool to be disabled. This has happened a couple of other times over the last 6 months.
I am trying to track down which part(s) of my code would be causing this to happen. I ran WinDbg and DebugDiag with the crash dump file (within c:\programdata\microsoft\windows\wer\ folder) but am unable to determine what in my code is causing these exceptions due to the fact that I do not really know what it is that I am looking at to determine the culprit(s).
Any guidance on how to read the analyzed crash dump would be greatly appreciated.