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
===========
[quoted text, click to view] "David" <david_dvali@hotmail.com> wrote in message
news:%23x3Qq2y$EHA.2700@TK2MSFTNGP14.phx.gbl...
> Where and how can I set maxRequestLength?