Maximum request length exceeded.

前端 未结 14 2761
臣服心动
臣服心动 2020-11-21 07:37

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?

14条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-21 07:48

    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.

提交回复
热议问题