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

What is rending process in ASP.NET?

621


Why we use content place holder in asp.net?

504


What is server side routing?

509


What are the new login controls in asp.net 2.0?

523


Explain method to handle error using HttpError in Web API?

583






What is a postback url?

495


Difference between using directive vs using statement?

510


Explain client side state management system.

570


What are the event handlers that can be included in the Global.asax file?

580


What does asp in asp.net stand for?

523


How to find last error which occurred?

540


What is the difference between session and viewstate?

520


How can we call webservices in Banking Applications? and where we are using it?

1538


Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?

565


What are the various ways to send content from one page to another?

524