202.
List the event handlers that can be included in Global.asax
View Description
The following are some of the important events in the Global.asax file.
· Application_Init
· Application_Start
· Session_Start
· Application_BeginRequest
· Application_EndRequest
· Application_AuthenticateRequest
· Application_Error
· Session_End
· Application_End