<C:><Program Files>Microsoft SQL Server<MSRS10.MSSQLSERVER>Reporting ServicesReportServer
You can then proceed to use Visual Studio or, simply, Notepad to edit the web.config file, locating the httpRuntime element of the XML document.
2. The final edit of this section should look like this, with the maxRequestLength attribute added.
3. We need to change the current values this below values:
Make the value of maxRequestLength = “500000”/>
——————End of Article——————–