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 Difference between Web.config and global.asax?
Can we write connection String code in global.asax?

Answer Posted / pragati

1. Web.config : It is an XML File
Global.asax file : It is an .asax file that is a class file

2. Web.config : We can have one or more web.config file.
Global.asax file : We can have only one global.asax files in one single application

3. Web.config : It consists of - a)Error Handling Codes b)Authentication c)Authorization
Global.asax file : It consists of - a)Application Events b)Session Events c)#include directive d)<object>declarations e)TypeLibrary Declarations

4. Web.config : It consists of ) HTTPHandlers
Global.asax file : It consists of declaration of objects,variables and methods.

5. Web.config : It is created by default thus,indicating its compulsion.
Global.asax file : It is an optional file.

6. Web.config : It is written in the form of HTML Tags.All configurations are mentioned in the <configuration> tag.
Global.asax file : All the code is written in valid browser scripts like JScript PerlScript, VBScript.

7. Web.config : It just needs to be saved and not be compiled to reflect the changes.
Global.asax file : It needs to compiled/rebuild to reflect the changes

8. Web.config : It consists of (a) HTTPHandlers
Global.asax file : It consists of events like :
(a)Application_OnStart
(b)Application_OnEnd
(c)Session_OnStart
(d)Session_OnEnd

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List all templates of the repeater control.

1149


What is redirectpermanent in asp.net?

1110


What is difference between datalist and gridview?

1122


How can u debug your .net application?

1116


Explain one critical mapping?

1049


How many types of cache are there?

1042


Describe the method to create a permanent cookie?

1125


Please brief not about xsd,xslt & xml?

990


Define a static class?

1028


To redirect the user to another page which method do we use without performing a round trip to the client?

978


i want the asp.net technical questions and answeres

2114


Difference between web user control and web custom control?

972


Less than one page, how many windows will you be able to maintain?

1059


What are web beacons used for?

1062


Explain server control extensibility with reference to asp.net 2.0 ?

1036