(413) Request Entity Too Large

后端 未结 3 1077
不知归路
不知归路 2020-12-19 07:07

I have WCF service, and I have a method when I want to pass parameter as big string (over 1mb)

I run this wcf and in WCF Test Client I changed configuration as is sh

3条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-19 07:28

    I have also faced the same issue and solved the problem. Working code-

    (413) Request Entity Too Large in WCF Follow the app.config code. This is working and using this I can able to send large file

    
        
            
                
            
        
    
    
        
            
                
            
            
        
    
    
        
            
                
                
                
            
        
        
            
                
                
                
            
        
    
    

提交回复
热议问题