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.
我正在将 AppFabric 设置为我们在 Asp.Net MVC2 中构建的网站的会话状态提供程序。由于 TempData 存储在会话中,这样做是否也会使 AppFabric 成为 TempData 的存储提供程序?
是的。TempData 的默认实现使用任何 Session 后备存储。无需额外配置。