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.
