maxAllowedContentLength should work on IIS 7+ servers, but apparently my server does not want to take this value into account when loading it (ASP.NET MVC 3 website). Now that I have included maxRequestLength in web.config, everything started working and the value has been applied. But everywhere everyone says that maxAllowedContentLength is correct.
Does anyone have an explanation for this behavior?
source
share