difference between <connectionstring> <Appsetting>
Answer Posted / sivaram
Well inside the appsettings is where you put all properties
that have to do with the entire web application you are
building. Connection strings can be placed inside the
appsettings to make it easy to connect each page from your
site to a database. Instead of defining a connection string
on each page, you write it once it the web.config and can
reference it from all other pages.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Which Is Faster MVC or ASP.net ?
What is the difference between a multi-layer and multi-tier applications?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What are the options in ASP.NET to maintain state?
What is the server of asp.net?
Can we override the enablepartialrendering property of the scriptmanager class?
What is ispostback method in asp.net?
explain code with datachaching with example
What is work flow gen? how can it will work with .Net?
How to fetch a data from one table to another table in asp.net ?
Define msil.
Can you use Web API with ASP.NET Web Form?
Explain the function of new view engine in asp.net? : asp.net mvc
What is web configuration file and how to use in web application
What is the usie of activex control in .net?