Nilesh Patil

Nilesh Patil

  • NA
  • 3k
  • 111.7k

Maximum request length exceeded

Sep 27 2017 2:46 AM
Hi, all
 
When I am uploading a high-quality image in asp .net web application, the system gives error maximum request length exceeded.
 
I try this solution
 
<system.web> <httpRuntime maxRequestLength="1048576" /> </system.web>
 
but when I change in web config file and upload this solution on the server, my web application gives error 500 internal server error.

Answers (4)