Bryan Corazza

for ( ; ; ) { BizTalk, Workflow, and .NET }

  Home  |   Contact  |   Syndication    |   Login
  55 Posts | 1 Stories | 23 Comments | 42 Trackbacks

News

Archives

Post Categories

Image Galleries

Biztalk

Blogs I read

Downloads and Samples

General .Net

How-To

Other disparate systems

Patterns and Practices

WorkFlow

September 2006 Entries

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: locate either the web.config or machine.config depending on how large you want the scope of the change. (machine.config obviously overriding the default on the entire machine.) change the maxRequestLength parameter...