Difference between <connectionstring> and <appsettings>
Answer Posted / sampath
if u do a project in.net you have many webforms.each form
should connect with database.so u have to write
connectionstrings in each form.u can avoid these things.u
can declare connection strings in global wise.then it will
inherit in each form
Is This Answer Correct ? | 7 Yes | 16 No |
Post New Answer View All Answers
How does the .net framework 3.0 relate to the .net framework 2.0?
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?
How we can handle the exception at controller level in ASP.Net MVC?
Can you explain model, controller and view in mvc?
Explain entity lifecycle? : Entity framework
Is it possible to cancel filter execution?
Which are the important namespaces used in mvc?
How does the 'page lifecycle' of asp.net mvc works?
Describe the .net framework architecture.
What symbol would you use to denote, the start of a code block in razor views?
What is needed for running an application built on winfx on the .net framework 3.0?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
How does �side by side� work for the .net framework 3.0?
What is ViewStart Page in ASP.Net MVC?
What does a viewmodel do?