Welcome to MSDN Blogs Sign in | Join | Help

Evil Genius in Training

"I came here to blog and chew bubble gum... and I'm all out of bubble gum."

Browse by Tags

All Tags » Things To Remember   (RSS)
Sorry, but there are no more tags available to filter with.
Set enableViewStateMac to false or specify when using a web farm in a stateless load balance.
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...
Increasing the maximum request length for an HTTP request in ASP.NET.
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...
Page view tracker