Answer Posted / sridhara krishna
Global.asax is a file that resides in the root directory of
your application. It is inaccessible over the web but is
used by the ASP.NET application if it is there. It is a
collection of event handlers that you can use to change and
set settings in your site. The events can come from one of
two places - The HTTPApplication object and any HTTPModule
object that is specified in web.confg or machine.config
Regards
sridhara krishna bodavula
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain client-side scripting?
What is the difference between a page theme and a global theme?
Explain the steps needed to be performed in order to create an animation in xaml?
How many ways are there to maintain a state in .net? What is view state?
What is cas?
How can we register exception filter globally?
Explain the flow of processing of the request? : asp.net mvc
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the disadvantages of view state?
What is meant by web application?
What is server infrastructure?
What is the use of service provider?
Can master pages be nested?
What kind of data we can store in viewstate?
What types of data validation events are commonly seen in the client-side form validation?