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
Name a few different return types of a controller action method?
What are Action Methods in ASP.NET MVC?
What are the options can be configured in AJAX helpers?
How route table is created in ASP.NET MVC?
When will the .net framework 3.0 be released?
Possible ways to prevent xss attacks on mvc application?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
What are the possible razor view extensions?
What are the advantages of razor view engine?
What is html.renderpartial?
Is .net framework dead?
What is RouteConfig.cs in ASP.Net MVC 4?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is objectset? : Entity framework