Answer Posted / mak
Global.asax file is resides in the root directory of the
application. it is also known an asp.net application file.
it is responding for the application and session levels
events raised by Asp.net. At run time it is compiled
dynamically.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the three parts of an http response?
How many types of file extensions for razor views in ASP.Net MVC?
where can i gather the materials for MCP certification
What is the difference between user control and custom control?
What are cookies in asp.net?
What is data caching?
Which method is used to enforce garbage collection in .net?
Where the assembly is stored in asp.net?
Do session use cookies in asp net?
Why do we use web config?
What is the file extension of web service?
In which event are the controls fully loaded?
Define repository pattern in mvc.net? : asp.net mvc
What are themes and skins in 2.0, explain usage scenario?
How do you use viewstate?