fajiao
2 years ago
6 changed files with 55 additions and 33 deletions
@ -1,29 +1,29 @@ |
|||||
{ |
{ |
||||
"profiles": { |
"profiles": { |
||||
"IIS Express": { |
"IIS Express": { |
||||
"commandName": "IISExpress", |
"commandName": "IISExpress", |
||||
"launchBrowser": true, |
"launchBrowser": true, |
||||
"environmentVariables": { |
"environmentVariables": { |
||||
"ASPNETCORE_ENVIRONMENT": "Development" |
"ASPNETCORE_ENVIRONMENT": "Development" |
||||
} |
} |
||||
}, |
}, |
||||
"Cis.Web.Entry": { |
"Cis.Web.Entry": { |
||||
"commandName": "Project", |
"commandName": "Project", |
||||
"launchBrowser": true, |
"launchBrowser": false, |
||||
"environmentVariables": { |
"environmentVariables": { |
||||
"ASPNETCORE_ENVIRONMENT": "Development" |
"ASPNETCORE_ENVIRONMENT": "Development" |
||||
}, |
}, |
||||
"dotnetRunMessages": true, |
"dotnetRunMessages": true, |
||||
"applicationUrl": "http://localhost:5000;http://*:5000;" |
"applicationUrl": "http://localhost:5000;http://*:5000;" |
||||
//"applicationUrl": "https://localhost:5001;https://*:5001;" |
//"applicationUrl": "https://localhost:5001;https://*:5001;" |
||||
} |
} |
||||
}, |
}, |
||||
"iisSettings": { |
"iisSettings": { |
||||
"windowsAuthentication": false, |
"windowsAuthentication": false, |
||||
"anonymousAuthentication": true, |
"anonymousAuthentication": true, |
||||
"iisExpress": { |
"iisExpress": { |
||||
"applicationUrl": "http://localhost:58595", |
"applicationUrl": "http://localhost:58595", |
||||
"sslPort": 44326 |
"sslPort": 44326 |
||||
} |
} |
||||
} |
} |
||||
} |
} |
Loading…
Reference in new issue