In this KB D11297 it tells you how to manually adjust the Maximum request filtering size. Edit %windir%\System32\inetsrv\config\applicationHost.config. locate the "<requestFiltering>" section add <requestLimits maxAllowedContentLength="2000000000" />
|