I’m getting intermittent Application Errors in IIS and need to analyse the dump files to track down the cause.
The error crashes the w3wp.exe.
When the error occurs, windows error reporting generates details about the error; it creates a Report.wer file, but no dump files.
ive been following this post which describes how to read a dump files -> http://blog.whitesites.com/Debugging-Faulting-Application-w3wp-exe-Crashes__634424707278896484_blog.htm
The problem is my server only generates the Report.wer file but no Dump files.
My question - how can i set IIS to generate dump files when it experiences a w3wp crash ?
any help is most appreciated.