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

后端 未结 4 1085
被撕碎了的回忆
被撕碎了的回忆 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:50

    Add the following to your web.config file:

    
       
          
       
    
    

    This sets it to 2GB. Not certain what the max is.

提交回复
热议问题