Buy Questpond's video subscriptions on
huge discount
.
Online: 7838
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
ASP.NET
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
What is the Global.asax used for?
Posted by
deccansoft
on 10/30/2010 | Category:
ASP.NET Interview questions
| Views: 2655
The Global.asax (including the Global.asax.cs file) is used to implement application and session level events.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
What are the Application_Start and Session_Start s ...
Next question > :
What is the difference between Server.Transfer and ...
Comments or Responses
Login to post response
More Interview Questions
What is the difference between Server.Transfer and Response.Redirect? ...
Should user input data validation occur server-side or client-side? Wh ...
Is it compulsory to include global.asax file in every web application?
What’s a bubbled event?
What is the role of Start in Asp.net page Life Cycle?
You invoke the ____________ method immediately after you create an ins ...
A _____________ represents a web application and it points to a physic ...
Can external users view or download the code in global.asax file?