TEST ON http://support.microsoft.com/kb/910436/
am 23.11.2007 11:55:38 von 2006 Flauzer
Hi,
please see "http://support.microsoft.com/kb/910436/".
I've try to upload a big file according to article .....BUT the
problem remain!!!!!!
we obtain a page error "Cannot find server or DNS Error" and it's
impossible to trap error and use
Response.Redirect.......
Any suggestions?
Thanks in advance
Re: TEST ON http://support.microsoft.com/kb/910436/
am 27.11.2007 17:19:51 von Rick Barber
How big of a file are you trying to upload, and what version of IIS are you
using?
--
Rick Barber
http://www.orcsweb.com
Managed Complex Hosting
#1 in Service and Support
"2006 Flauzer" wrote in message
news:bc320cd7-f708-45e8-82c4-274769942839@e23g2000prf.google groups.com...
> Hi,
>
> please see "http://support.microsoft.com/kb/910436/".
>
> I've try to upload a big file according to article .....BUT the
> problem remain!!!!!!
>
> we obtain a page error "Cannot find server or DNS Error" and it's
> impossible to trap error and use
> Response.Redirect.......
>
>
> Any suggestions?
>
>
> Thanks in advance
>
Re: TEST ON http://support.microsoft.com/kb/910436/
am 28.11.2007 10:11:12 von 2006 Flauzer
> How big of a file are you trying to upload, and what version of IIS are you
> using?
Hi Rick
I simply reproduced as expressed in KB.....
anyway, the file length is > of maxRequestLength=(8Mb), ie
10mb .....and IIS is 5.1 ( XP SP2 ).
The handler function
"protected void Application_Error(Object sender, EventArgs
e)"
works on IIS6 (W2003) but ---->>>>> NOT <<<<<<---------- on IIS
5.1 (XP),....unlike to what is expressed in KB...
Thanks for your response.