Answer Posted / nihar
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. We
will be covering both here.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is difference Between Authentication and authorization?
What is inheritance and an how it be used, example with an example?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Explain method to handle error using HttpError in Web API?
What is the use of asp.net web api?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What is Forms Authentication in ASP.NET?
Explain Authentication mechanism in dotnet
Difference between overriding and overloading?
Is it true that a Web service must be written in .NET or not?
How would you get asp.net running in apache web servers?
What are the two types of web pages?