launchSettings.json
727 Bytes
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:29753",
"sslPort": 44344
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"HHECS.Web": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:5005",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"hotReloadEnabled": true,
"applicationUrl": "https://localhost:5004;http://localhost:5005",
"dotnetRunMessages": "true"
}
}
}