Error Handling in asp.net 2.0
If I configure the web.config file with <eventMappings> <provider> and <rules> sections , then do i still need to implement the try, catch and finally blocks in my code ?
I mean if I want to write events to Eventlog , shd I still write the code for that in Catch block? or the above mentioned settings will take care of everything?
|