c# Programming Glossary: formsauthenticationmodule
AuthenticateRequest event http://stackoverflow.com/questions/875472/authenticaterequest-event event Q 1. To my understanding FormsAuthenticationModule is subscribed to AuthenticateRequest event and thus only after.. event and thus only after this event is fired is FormsAuthenticationModule called. But the following quotes got me a bit confused The AuthenticateRequest.. then our event handler will be called prior to FormsAuthenticationModule Thus Application_AuthenticateRequest will be called before FormsAuthenticationModule..
|