How do I resolve the “maximum request length exceeded” exception?

后端 未结 4 1089
被撕碎了的回忆
被撕碎了的回忆 2020-12-13 19:23

When I upload an image I had this error:

maximum request length exceeded

How can I fix this problem?

4条回答
  •  眼角桃花
    2020-12-13 19:25

    You can increase the maximum length of requests in web.config, under :

    
    

    This example sets the maximum size to 100 MB.

提交回复
热议问题