what are the components available in global.asax ?



what are the components available in global.asax ?..

Answer / surendra kumar sharma

Application_Start:This event occurs when first user visit a
page of application.
Application_End:This event occurs when there are no more
users of the application.
Application_BeginRequest:This occur at the beginning of
each request to the server.
Application_EndRequest:Occurs at the end of each request to
the server.
Session_Start:This event occurs every time when new user
visits
Session_End:Occurs when the users stop requesting pages and
their sessions time out.

Is This Answer Correct ?    20 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Why and where this web.config file is used?

0 Answers   Amazon,


What is state management technique?

0 Answers  


What is the main difference between hash table and Dictionary?

3 Answers   CSC,


Name the namespace which is used by ado.net?

0 Answers  


Difference between abstract factory pattern and factory method pattern in .NET with example.

3 Answers   ACS, IBM, Keane India Ltd,






Why would a company use an application service provider?

0 Answers  


How can you handle unmanaged code exceptions in asp.net?

0 Answers  


what is diff between responseexpires and expiresabsolute

2 Answers   Accenture,


What are the two types of web pages?

0 Answers  


What are session state modes in asp.net?

0 Answers  


What is the difference between client-side and server-side validations in webpages?

0 Answers  


What are the event handlers that we can have in global.asax file?

0 Answers  


Categories