Asp.Net core
applications contain a new settings file called launchSettings.json, this file is under the Properties menu. The file contains the settings for running the
application in different environments.
By default an Asp.Net Core Web API project contains 2 settings. First one for running under IIS Express and the 2nd settings for running in command line.
By default an Asp.Net Core Web API project contains 2 settings. First one for running under IIS Express and the 2nd settings for running in command line.