which event in global.asx that fires for every request of
same user?
Answer Posted / loka
void Application_OnPostAuthenticateRequest(object sender,
EventArgs e)
1.Yes this event fires for every request
2.Yes you can use this event to get information for the
authenticated user
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is http post action?
What is a session in programming?
Why session management is required?
How can you handle errors in Web API?
Contrast OOP and SOA. What are tenets of each ?
Which method is used to perform all validation at the page level?
What is new asp.net core?
Explain the difference between debug.write and trace.write? When should each be used?
What are the 3 types of web?
Define session in asp.net.
Explain the main function of razor in asp.net? : asp.net mvc
Explain different authentication modes in asp.net?
What describes a query?
Describe session handling in a webfarm, how does it work and what are the limits?
Differentiate between structure and class.