Below will outline the configuration settings needed to successfully implement the error handler in your application. If you have ANY questions regarding these values please let me know via this forum! Configuration SectionThe following configuration section declaration must exist somewhere between beginning and end configuration sections, typically this will be right after the opening tag. If you are using DotNetNuke or another application that already has sections defined ONLY copy the Section tag portion of this code. Click here to view the needed code Custom Config SectionThe following is the configuration section that is needed for the application. For information on the individual elements please view the post entitled "Application Settings". This section will go after the ConfigSections portion of your web.config Click here to view the needed code HttpModule SectionThe final portion to add is the HttpModule definition for the error handler module, this will allow it to be called automatically! If you have other HttpModules defined, feel free to just add this one as an extra item. This section may exist ANYWHERE inside your system.web section. Click here to view the needed code Sample ConfigBelow you will find a demonstration web.config file for DotNetNuke 4.5.4 that includes the needed items for the Global Error Handler with comments noting the additions. Click here to view the DNN 4.5.4 Demonstration Config File |