AppConfiguration
AppConfiguration copied to clipboard
How to import NETFX web.config/app.config
I am wondering how to import our web.config/app.config files particularly appSettings and connectionString sections.
Thanks,
Importing the appSettings section of *.config files sounds reasonable to me. We should make sure there is no confusion that not the whole xml config fille will be imported.
The connectionStrings are considered secret. They should really go to Key Vault.