The request filtering module is configured to deny a request that exceeds the request content length.
![]() |
Request filtering module error message |
In the upgrade guide it mentioned the the maxAllowedContentLength setting needed to be updated in the web.config file. This is a setting which controls the maximum file size (in bytes) that can be uploaded to the web server.
Web.config maxAllowedContentLength |
It turns out that the instruction stated "\wwwroot\<instance name>\Website\sitecore\admin\web.config" where I had misread and edited "\wwwroot\<instance name>\Website\web.config".
I can't be the only silly person to make this mistake, hopefully this saves someone else some time :)
No comments:
Post a Comment