Reputation: 35853
What kind of event and property I can leverage to check whether a http request (client) is pass through ASP.NET authentication? Thanks
Upvotes: 0
Views: 356
Reputation: 202
kindly refer to the below link for the methods & events of the HTTPModule
to handle the client request.
http://www.15seconds.com/Issue/020417.htm
Upvotes: 1