Store ASP.NET Core Application Configuration in Multiple Files

ASP.NET Core applications typically store configuration information in appsettings.json file. Although this default arrangement works in many situations, at times you need to store your application configuration in multiple physical files. Luckily, storing configuration in multiple files is not a big deal since ASP.NET Core by design supports this feature. However, you need to be aware of a few things involved in the process. This article discusses just that.

http://www.binaryintellect.net/articles/1b2d5b14-ce05-4ef4-a4b9-f9014fc7ccb5.aspx