AuthenticateRequest in Global.asax and a custom HTTP Module
From: Leslie (Leslie_at_discussions.microsoft.com)
Date: 05/24/05
- Next message: anjinho: "URGENT: please help ASP.NET Forms authentication and recycling of application pool"
- Previous message: Thammarat Charoenchai.: "Folder Authorization."
- Next in thread: Brock Allen: "Re: AuthenticateRequest in Global.asax and a custom HTTP Module"
- Reply: Brock Allen: "Re: AuthenticateRequest in Global.asax and a custom HTTP Module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 24 May 2005 11:11:09 -0700
I am writing a web services application, using basic authentication.
However, I need to authenticate against user setting up in our database. So,
I need to write my own code to authenticate users.
I think that I could put my authentication code in AuthenticateRequest event
in either Global.asax or in a custom HTTP module. However, I don't know what
is the difference between them. And is there any implication if I make the
choice of one way or the other?
Any helps would be appreciated. Thanks.
- Next message: anjinho: "URGENT: please help ASP.NET Forms authentication and recycling of application pool"
- Previous message: Thammarat Charoenchai.: "Folder Authorization."
- Next in thread: Brock Allen: "Re: AuthenticateRequest in Global.asax and a custom HTTP Module"
- Reply: Brock Allen: "Re: AuthenticateRequest in Global.asax and a custom HTTP Module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|