Compression for custom mime type works on IIS 7.5, but not IIS 7.0?
Posted
by
Doogal
on Server Fault
See other posts from Server Fault
or by Doogal
Published on 2011-04-01T09:44:33Z
Indexed on
2012/06/19
21:19 UTC
Read the original article
Hit count: 165
I've managed to set up compression for a custom mime type on IIS 7.5 with no problem. Add the mime type to IIS then add it to the httpCompression element in applicationHost.config. But when I do the same thing on IIS 7, the particular mime type is never compressed. This isn't a problem with compression in general since other mime types are compressed correctly. As far as I can tell, IIS 7 and IIS7.5 are configured in exactly the same way. Does IIS7 behave differently and do I need to do something else to get it working?
I've setup failed request tracing and get a NO_MATCHING_CONTENT_TYPE error during compression but I can't figure out what else I need to do to tell IIS about my mime type
© Server Fault or respective owner