IIS7, SSL and “The page was not displayed because the request entity is too large.”
问题 We're running an ASP.NET application over SSL on IIS7 on a 64-bit machine. Now I've found several articles mentioning that to resolve this error, I need to modify the system.webServer/serverRuntime/uploadReadAheadSize . Fine. I tried via appcmd.exe and then just manually editing my web.config to set this: other config settings --> <serverRuntime uploadReadAheadSize="1048576" /> </system.webServer> However, when I set this in the site's web.config, I get this error: This configuration section