launchSettings.json 785 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "profiles": {
  3. "IIS Express": {
  4. "commandName": "IISExpress",
  5. "launchBrowser": true,
  6. "environmentVariables": {
  7. "ASPNETCORE_ENVIRONMENT": "Development"
  8. },
  9. "nativeDebugging": true,
  10. "jsWebView2Debugging": false,
  11. "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
  12. },
  13. "wispro.sp.web": {
  14. "commandName": "Project",
  15. "launchBrowser": true,
  16. "nativeDebugging": false,
  17. "jsWebView2Debugging": true,
  18. "applicationUrl": "http://localhost:5001"
  19. }
  20. },
  21. "iisSettings": {
  22. "windowsAuthentication": true,
  23. "anonymousAuthentication": true,
  24. "iisExpress": {
  25. "applicationUrl": "http://127.0.0.1:53775/",
  26. "sslPort": 0
  27. }
  28. }
  29. }