In my app, I have a web.config file with an appSettings section. The appSettings section contains a number of keys that the app uses. The appSettings section also contains
Perhaps worth mentioning that with Web.config those connectionStrings/@configSource and appSettings/@file are relative to project directory (not target directory). That had me for awhile.