简体   繁体   中英

Server caching IIS6

Is it possible to use Server Caching on Windows IIS6?

I know it is a feature of IIS7, but is there a way to use server caching on 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. So for semi-dynamic content.

Absolutely. Use the @OutputCache directive.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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