AppConfiguration icon indicating copy to clipboard operation
AppConfiguration copied to clipboard

How to import NETFX web.config/app.config

Open HashTagDotNet opened this issue 5 years ago • 1 comments

I am wondering how to import our web.config/app.config files particularly appSettings and connectionString sections.

Thanks,

HashTagDotNet avatar Jan 02 '20 18:01 HashTagDotNet

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.

zhenlan avatar Jan 21 '20 18:01 zhenlan