I have a server/client project, I am using C# for coding, WCF as server. I am limited to HTTP, had no luck with wsdualhttpbinding so far. Project is working on company network.
Is there any way to send notifications from server to client in any way other than WCF duplex? Please tell all options.
I am assuming because of firewall issues you have problems with an incoming connection.
In such a scenario a common way to solve the problem is.
There is solution currently being build over ASP.Net called SignalR. Have a look. I think it uses long polling to achieve the results