Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 25th, 2012  |  syntax: None  |  size: 0.55 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ScriptResource.axd with MbCompression
  2. <system.web>
  3.  <httpModules>
  4.   <add name="RequestReduce" type="RequestReduce.Module.RequestReduceModule, RequestReduce"/>
  5.  </httpModules>
  6. </system.web>
  7. <system.webServer>
  8.  <modules>
  9.   <validation validateIntegratedModeConfiguration="false"/>
  10.   <add name="RequestReduce" type="RequestReduce.Module.RequestReduceModule, RequestReduce"/>
  11.  </modules>
  12. </system.webServer>
  13.        
  14. <staticContent>
  15.       <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="180.00:00:00" cacheControlCustom="public" />
  16. </staticContent>