maxReceivedMessageSize and maxBufferSize in app.config

后端 未结 7 802
心在旅途
心在旅途 2020-12-16 09:30

How to increase maxReceivedMessageSize and maxBufferSize parameters in app.config file to 2000000 before running the application.

7条回答
  •  时光取名叫无心
    2020-12-16 09:51

    Open app.config on client side and add maxBufferSize and maxReceivedMessageSize attributes if it is not available

    Original

      
        
          
            
          
        
    

    After Edit/Update

      
        
          
            
          
        
    

提交回复
热议问题