我们正在运行一个 ASP.NET MVC 2.0 Web 应用程序,它在带有 IIS 6.0 的 Windows Server 2003 上运行。我知道使用 IIS7+,您可以使用:
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="365:00:00"/>
</staticContent>
有没有办法获得与 IIS6 相同的功能?我们无权访问服务器设置,因此我们也无法以这种方式更改它。