Reporting Services 2008 Hosting :: How to Solve Error - "Maximum request length exceeded."
- by mbridge
Problem:
How to Solve it?
Please change your web.config file for SSRS which located on your Report Server. You can see the picture below:
Edit this Web config file adding or replacin with this line <httpRuntime executionTimeout = "9000" maxRequestLength="500000" />
This will incress the timeout and the length of the data able to be pushed to the report server. Here is a sample of where I added it in my config file: