Programming, error messages and sample code
How to host web socket protocol application in ASP.NET
Programming, error messages and sample code > ASP.NET
All our IIS servers are supported web socket protocol. You can simply deploy your application to remote server.
Below is a working sample from msdn
The project intends to show a simple example of using WebSockets in IIS and ASP.NET. As an example, we perform a web-based application that sends plain text on the client's browser using the WebSocket. This project demonstrates how to work with WebSockets at a low level.
Download: http://businessics.com/download/websocket.zip