I really would like to integrate ELMAH into my MVC4 application but I'm having a few issues:
if elmah redirects all errors to a specific error page, do I only need to return success (eg for update, delete, ...) to the user?
if elmah catches all errors do i need to handle errors (e.g. use
try catchblocks) in my code at all?is there a best practise example somewhere how to use ELMAH?