我<static content>
用来在 web.config 文件中提供到期日期。当我包含下面的标签时,某些图像未显示在其中一个网页中。
但是当我排除标签时,网站运行完美,但我需要包含标签以优化网站。
我正在使用下面的代码:
<location path="images" >
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseExpires" httpExpires="Mon, 1 Apr 2013 00:00:00 GMT"/>
</staticContent>
</location>
我会包含一个快照,但由于我需要至少 10 个声望来发布图像,所以我无法这样做。
有人可以帮忙吗??谢谢你。