views:

17

answers:

1

I'm looking for a Exception Handler for asp.net that does email notification including things like the values of form fields, session variables etc.

I have one that does it currently written by someone in house but it's not maintained and occasionally there are bugs in it causing give me only partial exception messages.

I tried googling it but all I could find were articles on how to write far more basic exception handlers than the one I have already.

Anyone know of any?

+1  A: 

Have you looked at ELMAH, perhaps you can extend it to include your customizations.

RandomNoob
Just installed that, an excellent piece of software, really happy with it, thanks for your help :)
Stephen lacy