Difference between <connectionstring> and <appsettings>
Answer Posted / rituraj pandey
Application Setting is mostly use when we want to perform
more then one work just like this setting with the reporting
tools , make new connection for the user control etc.
but if we want to make only connection with the database and
we don't any other work so we use the connection string .
appsetting is working with the group type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you know about the new features in ASP.Net MVC 4 ?
Why is entity framework used?
What are the components required to create a route in mvc?
Explain the methods used to render the views in mvc?
how to disable the lazy loading framework?
What are the versions of .net framework?
What are Code Blocks in Views?
What is the difference between .net core and .net framework?
What is the use of display modes?
Is it possible to share a view across multiple controllers?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is .net framwork?
What is oauth in web api?
How can we determine action invoked from HTTP GET or HTTP POST?
What are actions in asp.net mvc?