Coding Global.asax file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the difference between the Application_AuthenticateRequest and the
Global_AuthenticateRequest events? I see that that the
Global_AuthenticationRequest even fires before the
Application_AuthenticateRequest event, but which event is the preferred
mechanism to use if you want to implement some custom authentication code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top