How can I format the raw XML from an Elmah error to look like a regular Elmah view?



I'm using .NET MVC 5 and am getting full Elmah errors from the database into objects and I need to display the XML so that it is readable. My project has references to both Elmah and Elmah.Mvc but I am very confused on how to use Elmah.mvc. The Elmah.Mvc package doesn't seem to have any documentation at all that i could find. Is there any sort of built in functionality in Elmah.mvc that I can use to display the Elmah error? Or if someone could help me understand how to use Elmah.mvc that would be great too. Or if I could use the Elmah source code that would work too. I think I am close to having a solution I just feel that I need a bit of help at this point.


No comments:

Post a Comment