This question is locked. New answers and comments are not allowed.
Hi,
I have an application that use elmah as the error login mechanism. Also this application use the telerik MVC Grid binded to web services.
Now the problem:
When I make an operation on the Grid (Insert, Update, Delete) and an error occurs it's return to the client as a Response; I can saw it using FireBug -> Net -> XHR -> Post -> Respond.
The question is:
Is there a way I can globally disable this functionality so that elmah store these errors, or in other words, how can I prevent the return of errors to the client so that elmah store them.
Thanks for you help.
I have an application that use elmah as the error login mechanism. Also this application use the telerik MVC Grid binded to web services.
Now the problem:
When I make an operation on the Grid (Insert, Update, Delete) and an error occurs it's return to the client as a Response; I can saw it using FireBug -> Net -> XHR -> Post -> Respond.
The question is:
Is there a way I can globally disable this functionality so that elmah store these errors, or in other words, how can I prevent the return of errors to the client so that elmah store them.
Thanks for you help.