HTTP Compression: Some external scripts/CSS not decompressing properly some of the time
I am implementing page/resource compression to improve website performance.
I am implementing page/resource compression to improve website performance.
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.
I am having issues with javascript files not decompressing in IIS7 and stylesheets not loading properly.
I am implementing a reverse proxy for routing requests to a backend server.
I run an ASP.NET application on IIS 6.0. Usually I have compression turned on for both dynamic and static files. However, I’ve turned compression off temporarily, but “ScriptResource.axd” is still sent compressed. This does not feel like a misconfiguration, as “WebResource.axd” is not compressed.