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
When should I use server transfer and response redirect?
What is OSI layer? Explain different layers.
Explain server side state management system.
How to reduce the width of textbox in editcommandcolumn of datagrid?
Explain the difference between overriding and overloading?
What is web api config?
Explain one critical mapping?
What are the Types of objects in ASP
What are the options in ASP.NET to maintain state?
What is clr? Difference between clr & cts?
What is form method?
What is windows active directory authentication?
What are the main requirements for caching?
How can I create master page in asp net?
How do you store a value in viewstate and retrieve them?