|
web.config - custom excption handling.: msg#00091windows.devel.dotnet.web
In vb.net I add the following to my app.config file, and my custom exception handling works like a charm...using the custom handler I wrote called DBExceptions. ======== <configSections> <section name="exceptionManagement" type="Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManagerSectionHandler, Microsoft.ApplicationBlocks.ExceptionManagement" /> </configSections> <exceptionManagement> <publisher mode="on" assembly="DBExceptions" type="DBExceptions.DBExceptionPublisher" /> </exceptionManagement> ======== I want my asp.net pages to use this same custom handler, rather than the eventlog, but the web.config file won't have anything to do with the above settings. I'm sorry I'm such an idiot, but if anyone would advise anyway, I'd be appreciative. Thanks a bunch. =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | asp.net worker process: 00091, Hodgin, Scott |
|---|---|
| Next by Date: | Re: web.config - custom excption handling.: 00091, Brock Allen |
| Previous by Thread: | asp.net worker processi: 00091, Hodgin, Scott |
| Next by Thread: | Re: web.config - custom excption handling.: 00091, Brock Allen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |