What is the Global.asax used for?
Answers were Sorted based on User's Feedback
Answer / radha
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 ? | 22 Yes | 1 No |
Answer / prasad. surabathina
it allows asp.net application level events and settings
application level variables
| Is This Answer Correct ? | 13 Yes | 4 No |
Answer / rahul
The Global.asax file is an optional file used to declare
and handle application and session-level events and objects
for an ASP.NET web site running on an IIS Web Server. The
file contains ASP.NET program code, and is the .NET
counterpart of the Global.asa file used for ASP. The
Global.asax file resides in the IIS virtual root of an
ASP.NET application.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
Answer / hemali
Global.asax is use for to declare tha global variable.
| Is This Answer Correct ? | 10 Yes | 11 No |
Answer / j.giridharan
This Global.asax is used for the global application
file,Which you can use to react to global events, such as
when a web application First starts.
| Is This Answer Correct ? | 2 Yes | 3 No |
How can you debug an ASP page, without touching the code?
1 Answers Prodigy Technologies,
About delegates ?
In this case if exception occure in Database which catch block will be exexcuted?
I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Explain the asp.net session state modes.
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
0 Answers AlKhaleej, Swatz Oils,
What is the exact purpose of http handlers?
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()
How many rounds are there for a software programmer to clear interview in any IT industries(MNC).
step to create a strong name?
Describe how ASP.NET maintains process isolation for each Web application?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)