Have you attempted to consume a web service just to see this message in return? It turns out that ASP.NET by default permits web requests 4096kb or smaller to be sent up to a web server, which is a good thing. To pass through anything larger than that you must follow these simple steps:
section of your config file to something in larger than 4096kb.