Iis – What steps are necessary to enable support for Content-Encoding: gzip POST bodies to an ASP.NET application hosted in IIS 8.5

asp.netgzipiis

Sending Accept-Encoding: gzip to my server currently upgrades the server responses with gz compression.

Sending Content-Encoding: gzip POST bodies to my server does not result in my application being activated.

Ignoring all other concerns, what are the steps necessary to upgrade my server to support GZipped POST bodies?

Best Answer

ASP.NET is dynamic compression....

Make sure dynamic compression checkbox is checked see: http://ericsowell.com/blog/2013/6/7/enabling-gzip-in-iis-on-windows-8