difference between <connectionstring> <Appsetting>
Answer Posted / jerry joseph
<Appsetting> in Web.Config can be used to store Settings
which are applicable for the whole Application
<connectionstring> is a node within <Appsetting> in the
Web.config
it can be used to store the Connection String
| Is This Answer Correct ? | 4 Yes | 19 No |
Post New Answer View All Answers
What are the different types of validation controls in asp.net?
What are assemblies and namespaces and explain the difference between them ?
What is the difference between the get method () and post method ()?
If 200 is for all successful operation then why do we have 201 response codes?
What is the difference between a cookie and a pixel?
How can you register a custom server control to a web page?
Why session is used in asp.net?
Describe in brief .net framework and its components.
Is sql backend or frontend?
What are server activated objects?
How can you ensure a permanent cookie?
Which method is used to perform all validation at the page level?
What is ispostback property?
Explain the difference between the web config and machine config.
What is the use of session?