AppSettings Environment Configuration for DotNetCore and ASPDotNetCore

Recently I had to work in a worker process project and after deployment, something wasn’t right. After spending hours, realized that the application was not loading the right configuration files. So this article is a self note on how to configure app to read from the appsettings in a dot net core environment. Following Microsoft …