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 are advantages of Dependency Injection (DI) in ASP.Net MVC?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
Explain Sections is ASP.Net MVC?
What is ViewStart Page in ASP.Net MVC?
Can we add constraints to the route? If yes, explain how we can do it?
mention what are the various methods provided by the dataset object to generate xml?
What is MVVM design pattern?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
What is viewbag title?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What are the 2 ways of adding constraints to a route?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
The order of the filters that get executed, if the multiple filters are implemented?
What are Action Filters in ASP.NET MVC and its use?