I am getting the error Maximum request length exceeded when I am trying to upload a file more than 4 MB in MVC website.
I increased maxRequestLength and maxAllowedContentLength ,but get same error
<requestLimits maxAllowedContentLength="1073741824" />
<httpRuntime maxRequestLength="51200" executionTimeout="600"/>