【发布时间】:2011-05-11 19:57:52
【问题描述】:
我们的看起来像这样:
<caching>
<profiles>
<add extension=".css" policy="CacheUntilChange" kernelCachePolicy="DontCache" />
<add extension=".gif" policy="CacheUntilChange" kernelCachePolicy="DontCache" />
<add extension=".jpg" policy="CacheUntilChange" kernelCachePolicy="DontCache" />
</profiles>
</caching>
我想知道,因为我们的生产网站没有这个节点,但我们本地的 dev web.config 有。
【问题讨论】:
标签: asp.net caching web-config asp.net-3.5