Re: HTTP compression, Cute Editor, DNN3

  •  05-13-2005, 8:07 PM

    Re: HTTP compression, Cute Editor, DNN3

    Thanks, the appsetting worked great.
    Mariette, could you post your config section for the blowery module? This was mine:-
        <httpCompress preferredAlgorithm="gzip" compressionLevel="high">
          <excludedMimeTypes>
            <add type="image/jpeg"/>
            <add type="image/gif"/>
            </excludedMimeTypes>
          <excludedPaths>
          </excludedPaths>
        </httpCompress>

View Complete Thread