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 the use of the default route {resource}.axd/{*pathinfo} ?
Explain representational state transfer (rest) in detail?
What is managed extensibility framework?
What is the difference between partial and renderpartial?
What is the advantage of using asp.net routing?
What is latest version of .net framework?
Explain the new features 3.5 framework against with the tool?
what is scalar property?
How large is the .net framework 3.0?
which are the key concepts of entity data model?
What is the need of Action Filters in ASP.Net MVC
What is conceptual model? : Entity framework
What is the greatest advantage of using asp.net mvc over asp.net webforms?
What is the role of the jit compiler in .net framework?
Explain tempdata in asp.net mvc?