Using enableViewStateMac requires that successive requests be forwarded to the same server (i.e. server affinity). This feature is used to help prevent tampering of a page's view state; however, it does so based on an auto-generated validation key on
Read More...
There are many times where the default maximum for an HTTP request in ASP.NET is not suitable. One can go into their web.config or machine.config and change the value for maxRequestLength. Visit http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfhttpruntimesection.asp
Read More...