| { |
| "iisSettings": { |
| "windowsAuthentication": false, |
| "anonymousAuthentication": true, |
| "iisExpress": { |
| "applicationUrl": "http://localhost:50795/", |
| "sslPort": 44315 |
| } |
| }, |
| "profiles": { |
| "IIS Express": { |
| "commandName": "IISExpress", |
| "launchBrowser": true, |
| "environmentVariables": { |
| "ASPNETCORE_ENVIRONMENT": "Development" |
| }, |
| "nativeDebugging": true |
| }, |
| "SessionSample": { |
| "commandName": "Project", |
| "launchBrowser": true, |
| "environmentVariables": { |
| "ASPNETCORE_ENVIRONMENT": "Development" |
| }, |
| "applicationUrl": "https://localhost:5001;http://localhost:5000" |
| } |
| } |
| } |