|
|
1
79
找到了: 我需要为静态内容指定客户端缓存(在web.config中)。
http://www.iis.net/ConfigReference/system.webServer/staticContent/clientCache |
|
|
2
31
如果您想从返回的资源(即不是IIS提供的静态文件)的代码中执行此操作,最好使用
|
|
|
3
2
看看 mini static content delivery 项目:) |