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 / dasharatham

sorry to the above answer which is applicable to ASP.NET
application folders..


web.config is which is used for settings to an application
in future requirement.

Global.asax which is handling application level events and
session level events..

I expected we can place the connection string like this
void Session_Start(object sender, EventArgs e)
{
Application["sqldb"] = ConfigurationManager.AppSettings
["constr"].ToString();
}

Is This Answer Correct ?    7 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you access the properties and controls of master pages from content pages?

1000


Define static member?

985


Can you explain the basic use of dataview?

1062


What does aspcompat="true" mean?

1024


What is the use of express session?

975


What is the main function of url routing system in asp.net mvc? : asp.net mvc

1006


Can you use Web API with ASP.NET Web Form?

1145


Describe in brief .net framework and its components.

979


Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

971


Which type of state management is provided by Query String in ASP.NET?

1023


What do you mean by marshalbyref?

1091


Why Unload event of MasterPage Calls first in ASP.net ?

1037


How to implement role based security in asp.net mvc? : Asp.Net MVC

1059


What is connection pooling and how to enable and disable connection pooling?

1001


How does output caching work in ASP.NET?

931