hi
To work with the signalR, should I install the WebSocket Protocol on the iis?
thanks
Hi tadbirgaran,
SignalR supports multi transports, such as Web Sockets, Long Polling etc. For SignalR to use WebSocket, you should enable WebSocket in IIS.
https://docs.microsoft.com/en-us/iis/get-started/whats-new-in-iis-8/iis-80-websocket-protocol-support#step-by-step-instructions
With Regards,
Fei Han