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?
You could set up Memcached ( Memcached.org) (which is distributed cache solution used at lots and lots of sites.