Groups | Blog | Home
all groups > asp.net > january 2005 >

asp.net : maxRequestLength


Brad Roberts
1/20/2005 12:53:04 PM
See

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/553de03c-840b-4592-b07c-be21465da1bf.asp

[quoted text, click to view]
Juan T. Llibre
1/20/2005 4:50:17 PM
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
1/20/2005 11:20:26 PM
Where and how can I set maxRequestLength?

AddThis Social Bookmark Button