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 https://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfhttpruntimesection.asp for more details.