We are using an httpModule to attach an event to application errors to send out emails and do custom logging. We are also using the built-in 404 and 500 redirection in DNN. While the module successfully catches other types of errors, this part of the code is skipped for 500 errors, instead just taking the user straight to the 500 redirection page. Does anyone know how to get error emails working for 500 errors while also using DNN's error redirection?