The Default Profile setting in LibPrograms/Properties/LaunchSettings.json { "iisSettings": { "windowsAuthentication": true, "anonymousAuthentication": true, "iis": { "applicationUrl": "http://localhost:8000", "sslPort": 0 }, "iisExpress": { "applicationUrl": "http://localhost:49497/", "sslPort": 0 } }, "profiles": { "IIS": { "commandName": "IIS", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "IISExpress": { "commandName": "IIS", "launchBrowser": true, "environmentVariables": { ...
Comments
Post a Comment