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:
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.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.