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
Difference between .NET and previous version?
What is use of <% %> in asp.net?
In how many ways we can retrieve table records count?
How you can access the properties and controls of master pages from content pages?
How to implement Authentication and Authorization?
What is the best Macanism to clear the Cache in asp.net
What is the behavior of a Web browser when it receives an invalid element?
What is full form of asp.net?
Which is the parent class of the ASP.NET server control?
What is web configuration file and how to use in web application
What is considered a service provider?
How can we identify that the Page is Post Back?
Describe how to implement globalization and localization in the use interface in .net.
What is the main difference between Asp.net and Vb.net?
How many types of controls are there in asp.net?