Im trying to write a chat app with the push-model but up to now I have only done so in a intranet-environment with a self-hosted wcf-service (using duplex net.tcp). Now I want to place this server online in IIS7. I have checked with a number of hosting providers but all have replied with something like: “No we dont have net.tcp activated and we probably never will activate it”. Why are they so reluctant in doing so? It seems I have to get my own virtual server? But what risks am I facing using net.tcp for IIS7? What other options do I have? I have checked out “WebSockets” but it doesnt seem to be ready yet and Im not sure if its a solution in my case. Im not writing a HTML5-chat but a windowed chat for the desktop.
Share
Well there are a few potential problems
Note that you can use HTTP for duplex communications, using WSDualHttpBinding