How to debug w3wp clr.dll error

It looks like you have a StackOverflow Exception, which is caused by unbounded recursion (a function repeatedly calling itself, etc). This can’t be caught by regular try/catch block. You can track the problem down using DebugDiag and WinDbg. DebugDiag can be configured to generate a crash dump when the StackOverflowException occurs. Download at https://www.microsoft.com/en-us/download/details.aspx?id=58210. Open … Read more