Closed kevindqc closed 6 years ago
NVM, I thought IIS Express what seperate from IIS, but I'm not so sure anymore? So this problem might be because my IIS doesn't support websockets
I have Windows 7 and it doesn't support websockets according to: https://stackoverflow.com/a/17995420/78804
Hi!
When I debug using IIS Express:
Rin doesn't seem to work. Accessing
/rin
gives me these errors:Error during WebSocket handshake: Unexpected response code: 400
If I debug the process directly or use
dotnet run
, everything works fine.