Answer Posted / abhishek maitrey
Global.asax is a file, as the name suggests that resides in
the root directory (in the global area) 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 may occur from one of two
places - The HTTPApplication object and any HTTPModule
object that is specified in web.config or machine.config.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
When does a session actually start?
What are directives in asp.net?
What types of data validation events are commonly seen in the client-side form validation?
What is in a session cookie?
How do you remove duplicates without using remove duplicate stage?
What's the difference between viewstate and sessionstate?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Is web config mandatory?
What is application state?
How many types of session state management options available in asp.net?
Name the tools or API for developing or testing web api?
What is manifest in .net framework?
What are the properties of the eventargs argument when capturing keyboard events?
Which is an advantage of application service providers?
What is the difference between mechine.config and web.config?