I am using http remoting in C# to talk between two applications. Earlier when I was running both applications on a single machine/two machines, it was very slow. We have a proxy server to connect to the internet. We set "Bypass proxy server for local addresses" in IE and now when I run both applications on one machine the communication is happening quite fast. (by a factor of 10 nearly)
But if I run each application on a different machine then it is still slow, like it was the case before setting the "Bypass proxy server..."
Any insight will be helpful.