what is difference between asppsetting and connectionstrings in web.config
Sumit Kumar Sinha
appsettings:appsettings is used to create the variables that to store the data that is required in group of WebPages (or) within the website. connectionstring:is used to store the connectionstring variables.