we hosted WCF services in IIS 5.1 wndows xp sp3 with httpBasicBinding.
The data tranferered is huge in size and transfered every 1 minute.
For this to less data transfer Is it possible to compress the response of WCF service by using default http compression ? Can I have some sample code / article for using http comression in WCF?
nRk
There’s a project on Codeplex available, I’ve used it successfully in projects.