allowing uploads of greater than 10MB

I read that asp.net 2.0 doesnt allow uploads bigger than 4mb. How do you
change this?
Andy B [ Fr, 01 Februar 2008 18:51 ] [ ID #1921654 ]

RE: allowing uploads of greater than 10MB

set
<httpRuntime maxRequestLength="10240" />
in web.config

--
Misbah Arefin



"Andy B" wrote:

> I read that asp.net 2.0 doesnt allow uploads bigger than 4mb. How do you
> change this?
>
>
>
>
MisbahArefin [ Fr, 01 Februar 2008 19:21 ] [ ID #1921655 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » allowing uploads of greater than 10MB

Vorheriges Thema: MSDN Magazine Subscription // Good place to get it
Nächstes Thema: AJAX UpdatePanel - IsInAsyncPostBack and IsPostBack returning false