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...

How do you retrieve information from web.config ?

Answer Posted / ansu_kumar

generaly we store our connection string in web.config file
under tag
<appsetting>
<add key=connection_string
value="data source=......"/>
</appsetting>
and
for accessing the value
in aspx page we writes
string const=
configurationsetting.appsetting.connection_string

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are validator? How do you disable them?

1206


What is a server cookie?

1058


Is asp.net is a programming language?

990


What is the difference between GridView and Repeater controls in ASP.NET?

1150


How to find out what version of asp.net I am using on my machine?

1137


What is asp net objects?

1125


In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

1060


Explain culture and uiculture values.

1030


What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

1075


Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

2419


Describe paging in asp.net?

1202


What are the namespaces used in asp.net mvc? : asp.net mvc

1145


Whats the difference between abstract factory pattern and factory pattern?

1073


What is the syntax for datagrid and specifying columns?

2625


What are Master Pages in ASP.NET?

1110