Answer Posted / sabari
The Global.asax file is in the root application directory.
While Visual Studio .NET automatically inserts it in all
new ASP.NET projects, it's actually an optional file. It's
okay to delete it?if you aren't using it. The .asax file
extension signals that it's an application file rather than
an ASP.NET file that uses aspx.
The Global.asax file is configured so that any direct HTTP
request (via URL) is rejected automatically, so users
cannot download or view its contents. The ASP.NET page
framework recognizes automatically any changes that are
made to the Global.asax file. The framework reboots the
application, which includes closing all browser sessions,
flushes all state information, and restarts the application
domain.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Can you change a Master Page dynamically at runtime?
How to Separate background image and front image from original picture....
How many ways are there to maintain a state in .net? What is view state?
how to retrieve property settings from xml .config file.
A Web Service Can Only Be Written In .net. Is it True??
What are web server controls in asp.net?
How do you create a master page?
What are sharepoint pages?
What is advantage of asp.net?
Can you explain architecture of your project ?
What is asp.net and its advantages?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Explain the difference between inline and code behind - which is best in?
What is comparevalidator?
What are the asp.net server side objects?