Failed to load configuration from file .NET Core in C#

c# failed to load configuration from file

Sometime in appsetting.json file in .NET Core in C# we do some common mistakes. like forget comma, or brackets. In this article I will show you how to solve this error while running the application in c# .NET core. appsetting.json file is used for important information to store and then retrieve when needed. Error: c# … Read more