J
John Bailo
I wrote a c# web service that sends an XmlDocument as a return type.
When I run it on a w2k iis machine, it takes 35s to 45s to send the data
to a client (I wrote a smart client c# app to consume it, but I also
tested with a browser).
Question: is there any way for me to speed up the performance of my web
server?
Oddly, when I run it on my dev machine, an XP workstation, it only takes
10s for the browser to get the data.
When I run it on a w2k iis machine, it takes 35s to 45s to send the data
to a client (I wrote a smart client c# app to consume it, but I also
tested with a browser).
Question: is there any way for me to speed up the performance of my web
server?
Oddly, when I run it on my dev machine, an XP workstation, it only takes
10s for the browser to get the data.