HTTP Error 404.13 - asp.net core 2.0

后端 未结 3 1359
日久生厌
日久生厌 2020-12-10 05:11

HTTP Error 404.13 - Not Found The request filtering module is configured to deny a request that exceeds the request content length.

Verify the

3条回答
  •  情歌与酒
    2020-12-10 05:23

    The default value of 30000000 Bytes for the content length, which was not sufficient for me in some of the file uploading functionalities.

    
        
    
          
            
    
          
        
    
      
    

提交回复
热议问题