Working with EntLib 4.1 and want the Exception block to send an email with error information. All that is fine but out of the box I have either the Text or Xml formatter to work with. I would love an Html representation that which brings in other information such as browser, http headers etc. Years ago I wrote one but dont have the source anymore and I came up short on hits on google so I figured I would ask the SO community and see if anyone knew of something floating around out there in the series of tubes that are the interwebs.
views:
85answers:
2
A:
This one looks interesting: http://www.codeproject.com/KB/aspnet/ASPNETExceptionHandling.aspx
Jaime Febres
2008-12-17 14:36:45
+2
A:
Is it possible that ELMAH could be the answer for you? http://code.google.com/p/elmah/
Peter Thorin
2008-12-17 15:20:17
ELMAH is a good example, not exactly what I wanted but I will give you the check mark because it has the need i need to build an HtmlFormatter for EntLib pretty quickly.
keithwarren7
2008-12-18 01:57:57