ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
Tell About Global.asax ?
 Question Submitted By :: Neelam
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Tell About Global.asax ?
Answer
# 1
Global.asax is a file that resides in the root directory of 
your application. It is inaccessible over the web but is 
used by the ASP.NET application if it is there. It is a 
collection of event handlers that you can use to change and 
set settings in your site. The events can come from one of 
two places - The HTTPApplication object and any HTTPModule 
object that is specified in web.confg or machine.config


Regards

sridhara krishna bodavula
 
Is This Answer Correct ?    1 Yes 0 No
Sridhara Krishna
 
  Re: Tell About Global.asax ?
Answer
# 2
it allows to execute application level events and set 
application level variables.
 
Is This Answer Correct ?    0 Yes 0 No
Sivasaravanan
 
 
 
  Re: Tell About Global.asax ?
Answer
# 3
The Global.asax file, sometimes called the ASP.NET 
application file, provides a way to respond to application 
or module level events in one central location. You can use 
this file to implement application security, as well as 
other tasks.
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 ?    1 Yes 0 No
Amrit Sidhu
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What?s the difference between Response.Write() andResponse.Output.Write()? Atos-Origin5
When would you not use the oleDbConnection object? a) To connect to an SQL 7.0 database. b) To connect to a DB/2 database. c) To connect to an Access database. d) To connect to an SQL 6.5 database. Syntax-Softtech5
Explain what a diffgram is, and a good use for one?  2
Difference between DataView and DataTable  3
Can two web application share a session and application variable ? Satyam4
How do you relate an aspx page with its code behind page ? Accenture3
What command line used to generate Runtime callable wrapper. CTS2
version information of assembly consist of _________ values. AG-Technologies3
How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP  3
What is an iHTTPModule, and explain its implementation with its limitations?  1
What is the use of directives & explain with example? C-Squared-Systems2
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.  1
I have one application, one user purchase some products in my application? and another person came he is also purchase some products?how can we identify which user purchase which items? my answer is by using session id? but i dont know how? can u give me programming for that?  1
wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?  1
What is the base class of .NET?  5
How does dataset acts in a disconnected fashion ? TCS3
Can you explain what inheritance is and give an example of when you might use it?  1
What is runtime host ? Digital-GlobalSoft2
how to retrieve data using web services in asp.net pls give me the code and explain me briefly  3
Life cycle of ASP.NET page when a request is made ? MMTS3
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com