I have a custom HttpModule, but I would like to get it launched if the authentication fails. I have tried to hook the module into "BeginRequest", but "BeginRequest" seems to appear only after the IIS has authenticated the user.
I'm using IIS 6, .Net Framework 2.0 and my web application is Integrated Windows Authenticated enabled so users login with their AD Account and password to the application.
Prasath C
0 Points
1 Post
Trigger HttpModule event when authentication fails
Aug 10, 2011 05:46 AM|LINK
I have a custom HttpModule, but I would like to get it launched if the authentication fails. I have tried to hook the module into "BeginRequest", but "BeginRequest" seems to appear only after the IIS has authenticated the user.
I'm using IIS 6, .Net Framework 2.0 and my web application is Integrated Windows Authenticated enabled so users login with their AD Account and password to the application.