launchSettings.json 384 B

1234567891011121314151617
  1. {
  2. "$schema": "http://json.schemastore.org/launchsettings.json",
  3. "iisSettings": {
  4. "windowsAuthentication": false,
  5. "anonymousAuthentication": true,
  6. "iisExpress": {
  7. "applicationUrl": "http://localhost:59060",
  8. "sslPort": 0
  9. }
  10. },
  11. "profiles": {
  12. "console": {
  13. "commandName": "Project",
  14. "launchBrowser": false
  15. }
  16. }
  17. }