Hello everyone,
I am using the automatically generated proxy for a ASP.Net asmx web service. I find when send HttpWebRequest to my web server, it is the throughput from client side is very good (very big number). But when using the automatically generater proxy, it is very slow. I want to know some general ways to optimize the performance of client, especially increase throughput. If it could be improved by change some configuration at server side, it would also be great!
BTW: I am using asynchronous method call of the web method of the ASP.Net web service.
thanks in advance, George