Server Error in '/' Application.
Maximum request length exceeded.
D Escription: an unhandled Exception occurred during the execution of the current Web request. Review the stack trace for more information about the error and where it is originated in the code.
exception Details: system.web.httpexception: Maximum request length exceeded.
cause of error: This error is caused because the application maximum request byte length exceeds the default request byte length Solution: You can add the following configuration in Web. config: <system.web> Add the following sentence below. I'm done.
or add the following paragraph can also be resolved. executiontimeout= "1200" Maxrequestlength= "102400" Usefullyqualifiedredirecturl= "false" Minfreethreads= "8" Minlocalrequestfreethreads= "4" apprequestqueuelimit= "100" />
|
When uploading a file, the length of the report exceeds the limit length