please how do i correct this
Server Error in '/' Application. Maximum request length exceeded. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: Maximum request length exceeded. Source Error:
Please refer below link
http://www.aspforums.net/Threads/558370/ASPNet-Server-Error-in-Application-Request-Timeout/
micah says: maxRequestLength="20480"
maxRequestLength="20480"
maxRequestLength=
"20480"
Hi,
Please set maxRequestLength as per your requirement.it is in KB
so set like below (25 * 1024)
maxRequestLength="265600"
"265600"
I hope this will help you out.
like if you want to allow max file size upto 100mb then set maxrequestlength to 1024*100 = 102400,you can set it as per your requirement
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.