My asp.net web pages are on IIS web server and it communicates with WCF services(sitting on windows 2008 app server) using basic HTTP binding. The performance of my wcf serv
You could also take a look at using a TCP based binding if the WCF service does not need to be exposed outside of the internal network.