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
Can we store object in viewstate?
What is the main differences between asp and asp.net?
What is the concepts of globalization and localization in .net?
Explain what the contents of cookie?
How to disable validator control by client side JavaScript?
What are the different types of sessions in asp.net? Name them?
What is query string?
What is asp.net web application?
Is asp.net free?
What is a postback url?
What parameters can you pass in the url of the api? Can get and post use the same url?
What are the features of asp.net mvc?
Explain Features in ASP.NET
Can I have a unique key as foreign key?
What is web router?