For some reason when I register content (MIME) types with the "+" symbol, the IIS7 compression handler does not compress the response. For example, I wrote a WCF service to invoke that exposes SOAP 1.1 and SOAP 1.2 messages. IIS7 correctly compresses the response for text/xml (SOAP 1.1), but...