How do I enable GZIP compression for POST (upload) requests to a SOAP WebService on IIS 7?
How can I enable compression for POSTed data uploaded to a .NET WebService (SOAP, not WCF)? I thought it would be a simple matter of enabling dynamic compression in IIS but after enabling, it’s only compressing the response, not the POST request.