Search code examples
asp.netcachingweb-farm

ASP.NET Cache and Web Farm Solutions


What are the solutions to get cache to work with a web farm in an ASP.NET MVC site? I know there are third party caching providers (NCache), but is there a simpler way without purchasing extra services?


Solution

  • You could set up Memcached ( Memcached.org) (which is distributed cache solution used at lots and lots of sites.