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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
Define session in asp.net.
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
Describe the .net base class library.
What are sql notifications and sql invalidations?
What are the types of validation in asp net?
How can u debug your .net application?
What role “#&&” plays in a querysting?
How do I know asp.net mvc version? : Asp.Net MVC
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Can I read the hard disk serial # of the client computer using asp.net?
What is httpresponse?
What is custom events?
Where the viewstate is stored after the page postback?
What are all the various Estimation Techniques available ?
If we remove web.config or machine.config from the application then, is this application will works?