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

How to use a Master Database in Asp.net?

782


What are the media types of http requests and response?

737


What is the difference between the asp and asp.net?

716


Is asp.net and .net the same?

721


Explain login controls.

827


Why do we use web config?

716


What language is asp.net written in?

782


Explain the difference between debug.write and trace.write?

741


Can one dll file contains the compiled code of more than one .net language?

783


Explain what is an assembly?

760


Can I have a unique key as foreign key?

750


How to implement form based authentication in asp.net application?

823


What are session state modes? List some of the important session state modes of asp.net.

724


What is class and object in asp.net?

750


What is the significance of attaching a profile while creating a user?

765