(413) Request Entity Too Large | uploadReadAheadSize

前端 未结 13 1594
迷失自我
迷失自我 2020-11-22 07:33

I\'ve written a WCF service with .NET 4.0, which is hosted on my Windows 7 x64 Ultimate system with IIS 7.5. One of the service methods has an \'object\' as arg

13条回答
  •  野性不改
    2020-11-22 08:20

    In my case, I was getting this error message because I was changed the service's namespace and services tag was pointed to the older namespace. I refreshed the namespace and the error disapear:

    
       
        
        />
      
    
    

提交回复
热议问题