I have a question about replacing my app related settings like connection string. I am wondering if environment specific appsettings.json is the right way to store the app settings? and if yes, how to secure production database password in connection string?
Asked
Active
Viewed 61 times
0
-
1Possible duplicate of [ASP.NET 5 / MVC 6 Encrypted Configuration](http://stackoverflow.com/questions/36062670/asp-net-5-mvc-6-encrypted-configuration) – Kritner Nov 25 '16 at 15:20
-
Are you hosting the app on Azure? If so you could look at the appsettings environment variables on the server. – Tom Droste Nov 28 '16 at 10:45
-
Thanks. I am hosting on Azure. Will Azure app settigns work with appsettings.json? if so, will it just work by matching key? – Jay Nov 29 '16 at 02:25