Unable to set maxReceivedMessageSize through web.config

前端 未结 4 440
北荒
北荒 2020-12-09 12:58

I have now investigated the 400 - BadRequest code for the last two hours. A lot of sugestions goes towards ensuring the bindingConfiguration attribute is set correctly, and

4条回答
  •  伪装坚强ぢ
    2020-12-09 13:20

    I think i had the same issue, but when i configured the default-binding for webHttp then it worked:

    
            
                
                    
                
            
        
    

    Observe: no name on the binding.

提交回复
热议问题