2

I need to enable gzip compression on a Azure deployment

I tried with:

   <httpCompression directory="">
    <scheme name="gzip" dll=""/>
    <dynamicTypes>
      <add mimeType="*/*" enabled="true"/>
    </dynamicTypes>
    <staticTypes>
      <add mimeType="*/*" enabled="true"/>
    </staticTypes>
  </httpCompression>

but how I should set the temporary and DLL folders?

Gianluca Ghettini
  • 11,129
  • 19
  • 93
  • 159

0 Answers0