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