difference between <connectionstring> <Appsetting>

Answer Posted / jerry joseph

<Appsetting> in Web.Config can be used to store Settings
which are applicable for the whole Application

<connectionstring> is a node within <Appsetting> in the
Web.config
it can be used to store the Connection String

Is This Answer Correct ?    4 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between structure and class.

587


To add a hyperlink column to the DataGrid which tag is used ?

590


What is asp short for?

570


What is postback request?

561


How can u debug your .net application?

588






How to change Master page in ASP.Net using code?

600


Differentiate between a hyperlink control and a linkbutton control.

562


What is a web server? What are the load limits in it?

594


What is round trip in asp.net?

515


What is the state management in asp.net?

558


What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

535


Why is global asax is used for?

522


What does the orientation property do in a menu control?

539


How will you load dynamic assembly?

548


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1413