ELMAH : Include POST request parameters in error report

elmah, http, post

Solution

Turned out that form parameters are available in the XML report, and not shown in the detailed view to avoid cluttering the page.

Problem

I want POST parameters passed in the request to be included in the error report.

Original source

Related problems