简体   繁体   English

服务器缓存IIS6

[英]Server caching IIS6

Is it possible to use Server Caching on Windows IIS6? 是否可以在Windows IIS6上使用服务器缓存?

I know it is a feature of IIS7, but is there a way to use server caching on IIS6? 我知道这是IIS7的功能,但是有没有办法在IIS6上使用服务器缓存? Maybe there is some additional software? 也许还有一些其他软件?

I would like to use server cache for pages that need a lot of SQL Database connections, but where the data doesn't change that much. 我想将服务器缓存用于需要大量SQL数据库连接但页面数据变化不大的页面。 So for semi-dynamic content. 因此对于半动态内容。

Absolutely. 绝对。 Use the @OutputCache directive. 使用@OutputCache指令。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM