I know I've read the use of this class isn't supported, but there's nice goodies in there I'd like to use. Having trouble implementing it. In debug, I can get the module to fire on an application error, but when the OnError event instantiates the Handler object, it never hits the HandleException method and just goes to the typical error message.
Tried changing customErrors on and off, but doesn't seem to change anything. Yes, I added all the items to the web.config suggested in the comments of that class file. Ideas?
Thanks!