Hi;
When using the FileUpload control, if the file is over 4M and the connection
from client to interent is a DSL line (and then on to the web server), when
the page is submitted it goes for a bit and then returns "The page cannot be
displayed".
Is this timing out or is it another issue?
And how do we fix this?

Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
David Wier - 19 Jul 2007 17:33 GMT
If I remember correctly, the base size limit is 4mb

Signature
David Wier
MVP/ASPInsider
http://aspnet101.com
http://iWritePro.com
> Hi;
>
[quoted text clipped - 9 lines]
>
> And how do we fix this?
Göran Andersson - 19 Jul 2007 18:11 GMT
> Hi;
>
[quoted text clipped - 6 lines]
>
> And how do we fix this?
The default request limit is 4 MB. You can change the limit by setting
maxRequestLength in web.config.

Signature
Göran Andersson
_____
http://www.guffa.com
David Thielen - 19 Jul 2007 19:34 GMT
thank you both

Signature
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
> > Hi;
> >
[quoted text clipped - 9 lines]
> The default request limit is 4 MB. You can change the limit by setting
> maxRequestLength in web.config.