What are the roles of Appsettings.Json and Launchsetting.Json file in ASP.NET Core?

v The appsettings. json file is an application configuration file used to store configuration settings such as database connections strings etc. 

v The launchSettings.json file is used to store the configuration
information, which is used to start the ASP.NET Core application.

 

Post a Comment

Previous Post Next Post