appSettings tag helps us to store the application settings information like connection strings, file paths, URLs, port numbers, custom key value pairs, etc. Ex:- Code:
<appSettings> <add key="ConString" value="Data Srouce=....."/> </appSettings>