Deploying SSRS reports larger than 4 mb
When you have an SSRS report with a file size larger or close to 4 megabytes that you want to upload to the report server, you might get the following error: System.Web.Services.Protocols.SoapException: There was an exception running the extensions specified in the config file. —> System.Web.HttpException: Maximum request length exceeded. This has to do with the limit on the report server that by default, it only allows files up to 4 megabytes. To increase the allowed file size, you have…