How to setup a Websocket connection on Windows Azure?
asp.net, azure, c#, websocket
Solution
Web Sockets are now supported in Azure Web Sites. To use them, go to the site Configuration page in the management portal and turn on Web Sockets.
Problem
Does Azure support the use of WebSockets for .NET, if so how can a Websocket connection be initiated and handled?