21 Nov 2009 
Support Center » Knowledgebase » Maximum request length exceeded
 Login [Lost Password] 
Email:
Password:
Remember Me:
 
 Search
 Article Options
 Maximum request length exceeded
Solution

If you get this error in cairs:

 

‘Maximum request length exceeded’

 

Add the following line to the web.config file in the CEDC.  Increase the maxRequestLength value until you no longer get the exception.

 

The "Default" is 4MB. If you get this error, try bumping it up to 10MB.

This attribute has to be added to the web.config file and it must be placed after the <system.web> tag.

 

In this example, maxRequestLength is 1GB.

executionTimeout is set to 10 minutes (600 seconds)

  <httpRuntime

    maxRequestLength="1048576"

    executionTimeout="600"

  />

 

Here's the reference link:

http://www.websupergoo.com/helpupload50/source/2-tech_notes/3-web.config.htm



Article Details
Article ID: 100
Created On: 23 Oct 2009 07:14 AM

 This answer was helpful  This answer was not helpful

 Back
Home | Register | Knowledgebase | News
Language:

Help Desk Software By Kayako SupportSuite v3.40.01