aspnet / SignalR-samples

Samples for ASP.NET Core SignalR
753 stars 398 forks source link

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

Open doingnz opened 4 years ago

doingnz commented 4 years ago

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 commented 4 years ago

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