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.
我在 aspx.cs 文件中使用 System.web.cache 数据缓存,它在单服务器环境中运行良好,并且相同的代码在负载平衡环境中引发错误。
好心劝告。
要让数据缓存在负载均衡器后面工作,您需要指定一个分布式缓存作为您的缓存提供程序。看看memcached。