| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "iisSettings": {
- //#if (WindowsAuth)
- "windowsAuthentication": true,
- "anonymousAuthentication": false,
- //#else
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- //#endif
- "iisExpress": {
- "applicationUrl": "http://localhost:8080",
- //#if (HasHttpsProfile)
- "sslPort": 44300
- //#else
- "sslPort": 0
- //#endif
- }
- },
- "profiles": {
- "http": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "launchBrowser": true,
- "applicationUrl": "http://localhost:5000",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- //#if (HasHttpsProfile)
- "https": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "launchBrowser": true,
- "applicationUrl": "https://localhost:5001;http://localhost:5000",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- //#endif
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- }
- }
- }
|