Using dotPeek to figure out why IIS crashed
Read OriginalThe article details a technical investigation where the author uses JetBrains dotPeek to provide symbols and decompiled source code for a crashed IIS application. Using a captured crash dump in Visual Studio, they identify a stack overflow exception caused by recursive calls to a TelemetryService method, demonstrating a real-world debugging workflow for a .NET application failure.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser
Top of the Week
No top articles yet