更新 Web 配置中的 clientCache 不更改过期标头
我有一个在 iis7.5 上运行的网站,通过 Firebug,我可以看到我的静态内容(css、js 和图像)的标头中的过期时间始终设置为未来的某一天。我没有找到这个设置的地方,但我最近才加入这个项目。
我想让将来的过期时间进一步延长,所以在 web.config 中添加了一段:
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="100.00:00:00" />
</staticContent>
</system.webServer>
重新启动站点后,这对这些项目的过期日期没有影响。
我的问题是,什么可以覆盖 clientCache 设置,施加不同的到期日期?
谢谢,
马特
I have a site running on iis7.5 where, through Firebug, I can see that my static content (css, js and images) have an expiration in their header consistently set to one day in the future. I find no where this is set, but I just came on recently to the project.
I want to make the expiration further in the future, so added a section in the web.config:
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="100.00:00:00" />
</staticContent>
</system.webServer>
After restarting the site, this had no affect on the expiration date of these items.
My question is, what can override the clientCache setting, imposing a different expiration date?
Thanks,
Matt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论