I am getting the error Maximum request length exceeded when I am trying to upload a video in my site.
How do I fix this?
I was tripped up by the fact that our web.config file has multiple system.web sections: it worked when I added < httpRuntime maxRequestLength="1048576" /> to the system.web section that at the configuration level.