I am developing a WCF service, running IIS6 on Window server 2003. I have built a test client to talk to the WCF service and I am getting the error below. I have been lookin
in my case
my service has function to Upload Files
Upload Files
and this error just shown up on trying to upload Big Files
Big Files
so I found this answer to Increase maxRequestLength to needed value in web.config
maxRequestLength
web.config
and problem solved
if you don't make any upload or download operations maybe this answer will not help you