This may sound silly to some of you experts..but am trying to understand this!
Am trying to implement ELMAH in my MVC Applicaion and suddenly thinking of the question which is exactly asked earlier here Is it okay to use Elmah instead of try/catch?
But i got another question..Why ?
I don use Try catch and elmah logs the exception and user is shown the Error page. so why do i need Try/Catch ?
Application involving SQLTransations in one scenario where i think of try/catch/finally. In other situations can i skip and use only ELMAH
What exactly is the right way ? Hope i get clarified on this :) Thanks