Re: HTTP compression, Cute Editor, DNN3

  •  05-13-2005, 2:27 AM

    Re: HTTP compression, Cute Editor, DNN3

    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" />
     
    Regards , Terry .
View Complete Thread