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 can we prevent browser from caching an aspx page?

721


Which is better session or viewstate?

735


Can you change a master page dynamically at runtime? How?

716


Write the different features of a Thread and a Process?

902


What is the full meaning of asp.net?

745


Explain ViewState?

811


Please briefly explain the usage of global.asax?

752


How tooltip is set through code-behind in ASP.NET?

868


Explain how to prepare culture-specific formatting in .net.

757


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?

2189


how can create login from create and written conde in asp.net

2031


Explain the difference between page.registerclientscriptblock and page.registerstartupscript?

825


Explain a program using razor view engine to create a simple application? : asp.net mvc

746


What are the advantages and disadvantages of Using Cookies?

748


Can you explain page lifecycle in net?

751