I am using HTTP compression provided by IIS for gziping static and dynamic content of my sites. I see the gzipped content returned to browser (Content-Encoding header in response is showing gzip) as well. All my application pools are using Network Service identity and I have given full control of compression folder (D:\Compression) to Network Service. I have set staticCompressionIgnoreHitFrequency to True as well at Configuration Editor => system.webServer => httpCompression location.
The issue is I see folders created under the compression folder but no files inside those.
text/*
mime type enabled in both static and dynamic sections of my applicationHost.config file. Just to test, I enabled*/*
as well but still getting that error. I restarted the IIS after making these changes. – Lalit Bhatt