Statistics
The Highest Post







Statistics
Count 98
Avg 20.27
Min 3
Max 21

Details



Peter Agyekum What is the appSettings Section in the web.config file? The appSettings block in web config 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: configuration> appSettings> add key="ConnectionString" value="server=local; pwd=password; database=default" /> appSettings>
Related Topics