I am trying to run a report in SSRS 2016. After running the report, it throws "Maximum request lenght exceeded".
So, I've found a possoble solution as to put "maxRequestLenght" into web.config file in Report Server directory.
I've changed this line to the following:
<httpRuntime executionTimeout="9000" requestValidationMode="2.0" maxRequestLenght="10000" />
and restarted the Reporting Services service (in Reporting Services Configuration Manager).
After restart I am trying to run the report again and I am getting "HTTP 500 The website cannot display the page"
Restarting SQL, rerstarting SSRS, restarting Windows didnt help