I’m newbie when talks about Error Handling. It’s a subject that i want to study but right now i just don’t have free time, so i’m looking to implement an error/exception handler one a few projects i’ve developing last weeks (C#, .NET 3.5).
What do you recommend me to implement for this? Other point is where to store the errors logs. In database or .xml file? Well, i really need some help on this!
By the way, is there any book about error handling?
Thanks in advance,
Guilherme Cardoso
For unhandled exceptions you might want to use ELMAH. Its super simple to setup – just a dll and some settings in your web.config.