Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 IIS 级别缓存数据?,我只想尽量减少对我的数据库的请求数量,其中数据不会经常更改。所有用户都将看到相同的数据。
谢谢帕万
是的,使用HttpContext.Current.Cache(或可用于引用同一事物的其他方法之一)。
HttpContext.Current.Cache
IIS 本身还有其他可配置的属性来设置如何管理缓存和特定文件类型的服务以及什么不是,压缩等,具体取决于“缓存服务器端”的含义。