what are the components available in global.asax ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Give an example of what might be best suited to place in the application_start and session_start subroutines?

532


What is the default authentication mode for asp.net?

571


What is difference between asp.net and asp?

573


How information about the user's locale can be accessed?

589


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

599






How can we inherit a static variable?

552


Differentiate between client-side and server-side validations in web pages.

573


Explain the difference between value type and reference type?

276


How long do session variables last?

535


Differentiate between a page theme and a global theme?

528


Which is faster union or union all?

584


Explain the difference between singleton and single call?

547


Is web config mandatory?

550


How Session use Cookies in State Management?

617


What is asp.net introduction?

534