12345678910111213141516171819202122232425262728 |
- {
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iis": {
- "applicationUrl": "http://localhost/",
- "sslPort": 0
- },
- "iisExpress": {
- "applicationUrl": "http://localhost:8089/",
- "sslPort": 0
- }
- },
- "profiles": {
- "CZKJ.GBRS2.WebMVC": {
- "commandName": "Project",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "applicationUrl": "http://localhost"
- },
- "IISExpress": {
- "commandName": "IISExpress",
- "launchBrowser": true
- }
- }
- }
|