#dotnetcore #appsettings.json
Appsettings.json file in ASP NET Core
If you have worked with the previous versions of the ASP.NET application, then you make know the importance of the web.config file. In previous versions of ASP.NET application, we generally used to store the application configuration settings such as database connection strings, any application scope global variables and many more within the web.config file.
But in ASP.NET Core, the application configuration settings can come from different configurations sources such as
Files (appsettings.json, appsettings.{Environment}.json, where the {Environment} is the nothing but the applications current hosting environments such as Development, Staging or Production)
User secrets
Environment variables
Command-line arguments
For more details please visit coreprogramm article link
https://www.coreprogramm.com/2020/03/...
Don't forget to subscribe to "CoreSpider" !
Website : https://www.corespider.com/
Facebook : / corespider
Twitter : / corespiderpro
Instagram : / corespider
Github : https://github.com/corespider