I have a Lightswitch OOB 2012 and would like to enable IIS 7 Compression. I followed these steps http://www.hanselman.com/blog/EnablingDynamicCompressionGzipDeflateForWCFDataFeedsODataAndOtherCustomServicesInIIS7.aspx and if I deploy my app in browser then I can see a massive drop in the size when using Fiddler.
However, when I run OOB the responses from the server are not compressed: the SVC requests do not have the Accept-Encoding: GZIP header.
How can I tell the OOB Silverlight requests to use this header in Lightswitch?
Fiddler: No compression: (11 megs for first download)
Fiddler: After compression (running In Browser):