I am using C # and MVC 3.
I have a page where I can view the grid of errors that ELMAH has registered. I created this instead of using the elmah.axd page because I wanted the page to be styled the same way as the rest of my administrative section.
This worked fine, but I would like to do the same for the error detail page. I love the look of the ELMAH details page, but this is its own page, and I would like it to be wrapped in my styles and integrated with the rest of the admin section.
Is there a function in ELMAH that will display HTML for the error, for example, on elmah.axd / detail, so that I can drop it on one of my pages?
source share