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
Is web config mandatory?
Is it right that ASP.NET Web API has replaced WCF?
Describe the .net base class library.
What are the memory-mapped files?
Is it possible to apply themes to an asp.net application? If yes, then how?
To redirect the user to another page which method do we use without performing a round trip to the client?
Explain the use of view state?
What does session_start () do?
What is is post back property in asp net?
Can a master page have more than one contentplaceholder?
Explain asp.net page life cycle?
What is the difference between session and application?
What is http protocol and how it works?
what is DLL Hell and how it is solved in .NET? please explain clearly??
What is master page in dtp?