HTTP\SOAP Compression and Compact Framework

B

bike_mike

Is there any way to compress the HTML\SOAP stream going back to the
client via a .NET web service. I currently have a web service that
returns fairly large datasets to a compact framework application. In
most cases the data returns in a resonable amount of time, but several
of them can take up to a minute which is not reasonable. I know that
I can compress on the server side using IIS 5's built in compression
(Content-Encoding: gzip), but does the CF know what to do with it?
Any help would be greatly appreciated!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top