I have project with SignalR + MVC, this not working on Server win server 2019 with IIS. I Got errors:
signalr/negotiate?clientProtocol=2.1&connectionData=%5B%7B"name"%3A"feedbackhub"%7D%5D&_=1646730379815
Can anybody help me?
This all my Code: https://github.com/duc14s/SignalRFeedbackSample
Have you enabled websockets on the server?