Skip to content

Sample showing how to use appsettings.json for .NET 4.7.1 configuration builders

License

Notifications You must be signed in to change notification settings

dasMulli/ConfigSampleWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample for how to use appsettings.json + overrides to populate web.config/app.config AppSettings and ConnectionStrings

This sample application shows how to use configuration builders (introduced in .NET 4.7.1) and the configuration system introduced in ASP.NET Core (Microsoft.Extensions.Configuration) to load appsettings.json files and overriding per-environment files like appsettings.Development.json to populate app settings and connection strings usually set in web.config (also works for console apps and App.config).

About

Sample showing how to use appsettings.json for .NET 4.7.1 configuration builders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages