| 123456789101112131415161718192021222324252627282930313233 |
- {
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iis": {
- "applicationUrl": "http://localhost/Web",
- "sslPort": 0
- },
- "iisExpress": {
- "applicationUrl": "http://localhost:5242",
- "sslPort": 44306
- }
- },
- "profiles": {
- "IIS Express": {
- "commandName": "IIS",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development",
- "ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
- }
- },
- "AppServer": {
- "commandName": "Project",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development",
- "ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
- },
- "applicationUrl": "https://localhost:5001;http://localhost:5000"
- }
- }
- }
|