What is the difference between appsetting and connectionstring
tags in web.config file
Answer Posted / vamsipriya
Difference between appSettings and connectionString is:
AppSettings is meant for any data string that can be
stored while connectionString is meant for storing the
database connection strings only.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why do we need Sessions?
What can we do with asp.net?
How can you handle unmanaged code exceptions in asp.net?
How do you design a website with multilingual support in ASP.NET ?
How do you deploy your asp.net application?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is fulltrust?
Explain parts of assembly?
What are the new navigation controls in asp.net 2.0?
Describe how ASP.NET maintains process isolation for each Web application?
How do I know asp.net mvc version? : Asp.Net MVC
What is Forms Authentication in ASP.NET?
What is the purpose of asp.net?
Less than one page, how many windows will you be able to maintain?
how to retrieve property settings from xml .config file.