Tag Archives: Config
ASP.NET Core multiple configurations without using environment variables
October 11, 2015 · by damienbod · in ASP.NET Core, ASPNET5, dotnet, MVC, TopHeaderMenu, UI, Web · 5 Comments
This article shows how to use multiple Json configuration files in ASP.NET Core 2.1 which can be used in CI for automatic deployment without requiring environment variables. Code: https://github.com/damienbod/AspNetCoreConfiguration 2018-06-20: Updated to ASP.NET Core 2.1 2017-08-15: Updated to ASP.NET Core 2.0 2017-07-01: Updated to VS2017 and csproj 2016-07-01: Updated to ASP.NET Core 1.0 RTM 2016-05-17: […]
