launchSettings.json 912 B

2 hafta önce
123456789101112131415161718192021222324252627282930
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:22757",
  7. "sslPort": 45331
  8. }
  9. },
  10. "profiles": {
  11. "webapp": {
  12. "commandName": "Project",
  13. "dotnetRunMessages": true,
  14. "launchBrowser": true,
  15. "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
  16. "applicationUrl": "https://localhost:7199;http://localhost:5196",
  17. "environmentVariables": {
  18. "ASPNETCORE_ENVIRONMENT": "Development"
  19. }
  20. },
  21. "IIS Express": {
  22. "commandName": "IISExpress",
  23. "launchBrowser": true,
  24. "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
  25. "environmentVariables": {
  26. "ASPNETCORE_ENVIRONMENT": "Development"
  27. }
  28. }
  29. }
  30. }