Posted
on Nov 24, 2010
(permalink)
I too am experiencing this issue and it doesn't appear to have been fixed for the Q3 2010 release. I have some extra information that might help Telerik resolve this issue.
I am using a WCF service that sends the bytes of a .docx file to the new RadRichTextBox. I have tested the 4 permutations of IIS6/7 vs. Compression on/off and it appears that the bug with RadCompression lies in using IIS 6.
IIS 6 + RadCompression ON = Failure, size mismatch. HTTP Header says to expect a size of 33,635 bytes where the actual size returned is 34,549 bytes. Something somewhere in my code fails at that point, I have not dug into that
IIS 6 + RadCompression OFF = Success. HTTP Header and actual size match at 33,635
IIS 7 + RadCompression ON = Success. HTTP Header = 34,812, actual is the same.
IIS 7 + RadCompression OFF = Success. HTTP Header = 33,635, actual is the same
--Tested using IIS 6 (Windows Sever 2003) and IIS 7.5 (Windows 7) both with .NET 4 using .NET 4 app pools.