Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

HttpModule Error event doesn't fire!!

4 views
Skip to first unread message

kga...@gmail.com

unread,
Jul 29, 2006, 5:14:26 PM7/29/06
to
Hi,

I have implemented global exception handler using http module by
intercepting the Error event.

The code works fine on my machine but the error event fails to fire
when deployed on the test servers.

The assembly containing the http module code has full control
permissions to everyone.

Interestingly, when I tried global.asax for the same purpose, the
Application_Error event didn't fire either.

I am using custom http handlers to create a custom '.page' extension as
opposed to the default '.aspx' extension.

Could some one shed some light on this particular behaviour as I think
it's pretty straightforward.

Thanks in advance.

Keshav

kga...@gmail.com

unread,
Jul 30, 2006, 3:42:57 AM7/30/06
to

kga...@gmail.com wrote:

I would like to add that I have added the http module in web.config
under system.web/httpmodules.

kga...@gmail.com

unread,
Jul 31, 2006, 11:55:40 AM7/31/06
to
Sorted!! There was a deployment issue and the logging functionality was
erroring!!
0 new messages