I a trying to set up a real time game server that runs a game I am writing as a C# .NET 3.5 service. The game is similar to classic pong so I need to send real time feedback to both clients through a persistent socket connect to the server.
This is an example of how it is coded. http://www.codeproject.com/kb/IP/socketsByBobJanova.aspx
Does anyone know of any hosting services that can support this? I am only concerned with getting an reasonably priced host that I can test in for now.