maxRequestLength

  • Thread starter Thread starter David
  • Start date Start date
Set it in web.config, in the httpRuntime section :

<httpRuntime executionTimeout="90" maxRequestLength="4096" />

That should be inserted under <system.web>



Juan T. Llibre
ASP.NET MVP
===========
 
Back
Top