Betreft: Re: HTTP compression, Cute Editor, DNN3

  •  06-24-2005, 2:00 PM

    Betreft: Re: HTTP compression, Cute Editor, DNN3

     cutechat wrote:
    Yes , the resources of CuteEditor is gzip encoded , if you have install another http compression module , the resources would not be downloaded correctly . to fix this problem , you could add appSettings into web.config as : 
    <add key="CuteEditorEnableGZip" value="False" />
     
    You also need to add this if you use native compression in IIS 6.0 as I found out some days ago.
View Complete Thread