What is the appSettings Section in the web.config file?
2542
01-Sep-2014
Sumit Kesarwani
01-Sep-2014The web.config file sets the configuration for a Web project. The appSettings block in configuration file sets the user-defined values for the whole application.
For example, in the following code snippet, the specified ConnectionString section is used throughout the project for database connection: