(413) Request Entity Too Large | uploadReadAheadSize

前端 未结 13 1440
迷失自我
迷失自我 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:24

    In my case I had to increase the "Maximum received message size" of the Receive Location in BizTalk. That also has a default value of 64K and so every message was bounced by BizTAlk regardless of what I configured in my web.config

    0 讨论(0)
提交回复
热议问题