SignalR-samples icon indicating copy to clipboard operation
SignalR-samples copied to clipboard

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

Open doingnz opened this issue 6 years ago • 1 comments
trafficstars

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
    }

doingnz avatar Nov 16 '19 11:11 doingnz

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

BrennanConroy avatar Nov 18 '19 16:11 BrennanConroy