which asp net hosting site allows to listen on differnt port than 80 and uses .net 4?
- by ijjo
i'm trying to take advantage of html 5 web sockets in .NET and the easiest way appears to do something like this guy does:
http://www.codeproject.com/KB/webservices/c_sharp_web_socket_server.aspx?msg=3485900#xx3485900xx
i've already tested this myself and it works great, but there are a few problems if i try to deploy this to my hosting site…