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?
>
>
Monday, March 26, 2012
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment