skip to content

How to fix a "Maximum length exceeded" error message in ASP.NET

Since I had to fix it for more than hundred times before - here is once and for all

the solution:

Add to the httpRuntime section of the web.config file of your ASP.NET application

or webservice:

<httpRuntime maxRequestLength="100000" enable="true" />

and you're done.

None
A comma-separated list of terms describing this content. Example: funny, bungee jumping, "Company, Inc.".
Original Story: schrankmonster blog
Powered by Drupal. CristalX theme created by Nubio | Webdesign.