Interview Question
Qus: What is the use of appsetting tags in web.config?
The appSettings element stores custom application configuration information, such as database connection strings, file paths, XML Web service URLs, or any other custom configuration information for an application
Answers (2)