MVC启动端口默认为1802

This commit is contained in:
wintel 2024-11-30 20:41:33 +08:00
parent 4d7dc9bb49
commit 9ed0e72d36

View File

@ -1,4 +1,14 @@
{ {
"profiles": {
"OpenAuth.Mvc": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:1802"
}
},
"iisSettings": { "iisSettings": {
"windowsAuthentication": false, "windowsAuthentication": false,
"anonymousAuthentication": true, "anonymousAuthentication": true,
@ -6,22 +16,5 @@
"applicationUrl": "http://localhost:1802", "applicationUrl": "http://localhost:1802",
"sslPort": 0 "sslPort": 0
} }
},
"profiles": {
"IIS Express": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"OpenAuth.Mvc": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5000"
}
} }
} }