Skip to content

dasMulli/ConfigSampleWebApp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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

No packages published