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
What is asp.net and how it works?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What are the Types of session management in ASP.NET
What is the difference between custom controls and user controls?
What is the difference between visual basic and asp.net?
What is the use of session in web application?
What is the mvc model?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
How to you can limit Access to Web API to Specific HTTP Verb?
What are the built-in objects in asp.net?
what is silver light when will we use silver light,
Explain the difference between inline and code behind - which is best in?
What is a SESSION and APPLICATION object?
When does a session actually start?
How to disable disable browser's Back button in asp.net (JavaScript)?