- Windows Server 2008 SP2
- IIS 7
I am experiencing stack overflow crashes in my ASP.NET application. Following https://blogs.msdn.microsoft.com/chaun/2013/11/12/steps-to-catch-a-simple-crash-dump-of-a-crashing-process/ I am attempting to setup Windows Error Reporting to capture the crash dump. I have followed the instructions and end up with the following registry entry:
which looks correct. The targeted folder E:\DebuggingWER exists and is writeable, however even though I see the w3wp process being terminated nothing is written to the folder. What am I missing here?