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
Explain what is asp.net mvc?
Explain Keep method in Tempdata in ASP.Net MVC?
What is the difference between model view and controller?
what do you mean by table-per-hierarchy?
How we can add the css in mvc?
What is the 'page life cycle' of an ASP.NET MVC?
What are the main features of asp.net mvc 4 used by asp.net web api?
Explain the role of assembly in the .net framework.
How we can handle the exception at controller level in ASP.Net MVC?
what is eager loading?
How route table is created in ASP.NET MVC?
what is entity framework advantage?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
What is .net framework in simple terms?
Is mvc 4 supporting windows azure sdk (software development kit) ?