Expires Headers

Posted by Community Admin on 05-Aug-2018 22:59

Expires Headers

All Replies

Posted by Community Admin on 14-Feb-2011 00:00

The expires headers I have in my web.config don't seem to do anything...does the built-in cache change\override this at all by any chance?

My monthly bandwidth ballooned out of control with no expires headers set....

Posted by Community Admin on 16-Feb-2011 00:00

Hello Steve,


I have tested this configuration on my local IIS 7.5. I have set expires headers as in the attached image. This in turn produced the bellow configuration in my web.config:

<staticContent>
    <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="1.00:00:00" />
</staticContent>
<httpProtocol allowKeepAlive="false" />


Please review the headers inspected in the Net tab of Firebug attached in the second image.

Can you please confirm that those are the settings which you have applied?

Best wishes,
Radoslav Georgiev
the Telerik team

This thread is closed