which event in global.asx that fires for every request of
same user?

Answers were Sorted based on User's Feedback



which event in global.asx that fires for every request of same user?..

Answer / dasharatham

session events are on start,on end in global.asax that
fires every request of same user.

Is This Answer Correct ?    13 Yes 1 No

which event in global.asx that fires for every request of same user?..

Answer / 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

which event in global.asx that fires for every request of same user?..

Answer / k

Application_beginRequest

Is This Answer Correct ?    4 Yes 7 No

which event in global.asx that fires for every request of same user?..

Answer / shashi

Application_BeginRequest

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

What is FullTrust? Do GACed assemblies have FullTrust?

2 Answers  


can we pass values from one page to another page without redirecting to that page?

6 Answers   Google, Patni, Syntel, Wipro,


What is the difference between file-based dependency and key-based dependency?

0 Answers  


What are the advantages and disadvantages of session?

0 Answers  


Which method is used to enforce garbage collection in .net?

0 Answers  






What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?

0 Answers  


Why do we need Web Services?

1 Answers   Mind Tree,


Which authentication uses a combination of windows and iis authentication?

0 Answers  


Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?

0 Answers  


where can i gather the materials for MCP certification

2 Answers  


what is SQL cache Invalidation?

1 Answers  


Explain the difference between globalization and localization techniques

0 Answers  


Categories