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?
If you have a request going to an application in the site, make sure you set maxRequestLength in the root web.config. The maxRequestLength in the applications's web.config appears to be ignored.