Monday, March 26, 2012

maxRequestLength

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

http://msdn.microsoft.com/library/d...e21465da1bf.asp

"David" wrote:

> Where and how can I set maxRequestLength?
>

No comments:

Post a Comment