In ASP.NET, machine key is used to encrypt and decrypt form authentication cookies and you can use if to encrypt View state as well. For high traffic websites and keeping up time for your production website to almost 100% all the time, sometimes you may have more than one production servers hosting same application now this situation produce a very interesting scenario so let's assume that user requested a page and server 1 responded to that page with authentication cookie and now...
[More]