C
C#2y ago
joy

appsettings.json in legacy application

hi all, is it possible to use appsettings.json as a configuration file instead of a web/app.config in asp net framework, im wondering if when we deploy the net framework to iis we need to install net core runtime? i come across this article that explain how we can use the json setting in legacy application by installing microsoft extension package https://benfoster.io/blog/net-core-configuration-legacy-projects
Ben Foster
Using .NET Core Configuration with legacy projects - Ben Foster
In this post I demonstrate how to use the new .NET Core Configuration components in legacy projects such as previous versions of ASP.NET.
1 Reply