When my server encounters an error ELMAH successfully creates a log of the error including the URL & post data etc but the details of the exception itself are not in the xml log file. How do I change this?
How do I get ELMAH to log full exception details?
211 views Asked by Peter Morris At
1
The "detail" attribute of the "error" tag contains the details of the exception.