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
what is msl?
How we can add the css in mvc?
Where is tempdata stored?
Explain the difference between viewbag and viewdata in mvc?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What is the advantage of using asp.net routing?
How does �side by side� work for the .net framework 3.0?
Can I remove .net framework?
What are bundling & minification features in asp.net mvc 4?
List out few different return types of a controller action method?
What is managed extensibility framework?
What is the difference between model view and controller?
What is .net framework used for?
How we can call a javascript function on the change of a dropdown list in mvc?
mention what is code first approach and model first approach in entity framework?