difference between <connectionstring> <Appsetting>
Answer Posted / priya
The <appSettings> element of a web.config file is a place
to store connection strings, server names, file paths, and
other miscellaneous settings needed by an application to
perform work
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
What are web beacons used for?
To display data in a Repeater control which template you provide?
What is variable and constant in .net programming language?
What is the use of session?
What is ispostback method in asp.net? Why do we use that?
What is __ requestverificationtoken?
How do we assign page-specific attributes?
Explain the flow of processing of the request? : asp.net mvc
Explain the difference between dataset and datareader.
What is event in asp.net?
Why do you use the app_code folder in asp.net?
What are the validation controls available in ASP.NET?
What is the difference between executescalar and executenonquery?
What is client side state management?
How can you pass multiple complex types in Web API?