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
What kind of data can be stored in viewstate?
Can we create a multiple user simultaneously ?
Which namespace is used by ado.net?
What is session and application variable in asp net?
What is css in asp.net?
What are the advantages and disadvantages of session?
What are ASHX files?
What are the memory-mapped files?
Explain server-side scripting and client-side scripting.
What are tuples?
What is asp.net file?
What is authorization in asp.net?
What is masterpage?
Is post back property in asp net?
What is odata in web api?