Make an ASP.NET MVC application Web Farm Ready

Viewed 6828

What will be the most efficient way to make an ASP.NET MVC application web-farm ready.

Most importantly sharing the current user's information (Context) and (not so important) cached objects such as look-up items (States, Street Types, counties etc.).

I have heard of/read MemCache but haven't seen a simple applicable way (documentation) on how to implement and test it.

1 Answers
Related