更新 Web 配置中的 clientCache 不更改过期标头

发布于 2024-12-03 14:22:34 字数 477 浏览 0 评论 0原文

我有一个在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文