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 |
Describe session handling in a webfarm?
How to authenticate users using web.config ?
Any disadvantages in Dataset and in reflection ?
What is the use of dispose method?
If you want to write your own dot net language, what steps you will you take care?
How can we use Web API with ASP.NET Web Form?
How to you can limit Access to Web API to Specific HTTP Verb?
What are the modes of updation in an updatepanel?
Which two properties are there on every validation control?
What is the difference between cache and cookies?
what are partial classes and their use?
What is authorization in asp.net?