Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Add note that default launchSettings.json does not use port 5000, must be manually edited #94

Open
doingnz opened this issue Nov 16, 2019 · 1 comment

Comments

@doingnz
Copy link

doingnz commented Nov 16, 2019

It would help newbies to tell them to edit the launchSettings.json file to set the port to 5000 to get this sample to run.

  "iisSettings": {
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://localhost:5000/",
      "sslPort": 0
    }
@BrennanConroy
Copy link
Member

Which sample specifically? There are many samples in this repo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants