What is the maximum value for maxAllowedContentLength in a Web.config file having a Windows Server 2008 R2 and IIS 7.5?
<system.webServer> <security> <requestFiltering> <requestLimits maxAllowedContentLength="???"/> </requestFiltering> </security> </system.webServer>