Mike Flynn
Mike Flynn

Reputation: 24325

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?

Upvotes: 0

Views: 374

Answers (1)

Christian Horsdal
Christian Horsdal

Reputation: 4932

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

Upvotes: 2

Related Questions