Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the role of global.asax?

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


Please Help Members By Posting Answers For Below Questions

Can you change a Master Page dynamically at runtime?

1016


How to Separate background image and front image from original picture....

1039


How many ways are there to maintain a state in .net? What is view state?

1080


how to retrieve property settings from xml .config file.

1059


A Web Service Can Only Be Written In .net. Is it True??

1115


What are web server controls in asp.net?

1169


How do you create a master page?

1105


What are sharepoint pages?

952


What is advantage of asp.net?

1038


Can you explain architecture of your project ?

1184


What is asp.net and its advantages?

1023


How to improve performance of web application asp.net mvc? : Asp.Net MVC

1072


Explain the difference between inline and code behind - which is best in?

1061


What is comparevalidator?

1030


What are the asp.net server side objects?

1024