Difference between <connectionstring> and <appsettings>
Answer Posted / bharathi
u can declare ur database connection in connection string
and u can declare all ur application settings in appsettings
like ur service url etc
| Is This Answer Correct ? | 17 Yes | 8 No |
Post New Answer View All Answers
What are the advantages of mvc over asp.net?
What is the use of razor view engine?
Why to use html.partial in mvc?
What are ajax helpers in asp.net mvc?
What are the 2 ways of adding constraints to a route?
What is needed for running an application built on winfx on the .net framework 3.0?
Explain peek method in tempdata in asp.net mvc?
What operating systems will the .net framework 3.0 be available for?
how do you mark a property as required? For example, for a project, the name is a required field.
What is .net framework used for?
What is Layout in ASP.Net MVC?
How to enable Attribute Routing?
Why to use Html.Partial in ASP.Net MVC?
What are action filters?
How to update one of my table in database at 4pm every day how it is possible?