|
Home > Archive > IIS Server > December 2005 > uploading large files
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
uploading large files
|
|
|
| This is happening on a windows 2003 box with IIS 6.0. I have set the ASP
Script time out to be 360 seconds.
When I upload a 63 MB file (i know, its huge, but it is the company
requirement), it takes around 3 mins 6 secs to finish uploading process. This
is done successfully and there are no errors reported. However, when I try to
upload a 84 MB file, I get "The page cannot be displayed. HTTP 500 - Internal
server error " error and this error occurs almost 1 min after the I start
uploading. I don't see any errors logged also. What does this mean?
I have set the value of "AspMaxRequestEntityAllowed" in metebase.xml to be 2
gig.
Kindly help.
Thanks a lot.
| |
| RaulSam 2005-12-27, 6:06 pm |
| I need a more specific error, change this settings in your internet
explorer.
Tools--Options--Advanced ---
under BROWSING
Uncheck "SHOW FRIENDLY HTTP ERROR MESSAGES"
you might want to restart your ie
let me know what the msg comes.
"rbd" <u17006@uwe> wrote in message news:5977d0f250018@uwe...
> This is happening on a windows 2003 box with IIS 6.0. I have set the ASP
> Script time out to be 360 seconds.
>
> When I upload a 63 MB file (i know, its huge, but it is the company
> requirement), it takes around 3 mins 6 secs to finish uploading process.
> This
> is done successfully and there are no errors reported. However, when I try
> to
> upload a 84 MB file, I get "The page cannot be displayed. HTTP 500 -
> Internal
> server error " error and this error occurs almost 1 min after the I start
> uploading. I don't see any errors logged also. What does this mean?
>
> I have set the value of "AspMaxRequestEntityAllowed" in metebase.xml to be
> 2
> gig.
>
> Kindly help.
>
> Thanks a lot.
| |
| rbd via WinServerKB.com 2005-12-28, 6:10 pm |
| Below is the message I get when uploading a 84 mb file
-2147467259007~ASP 0101~Unexpected error~The function returned |.
RaulSam wrote:[vbcol=seagreen]
>I need a more specific error, change this settings in your internet
>explorer.
>Tools--Options--Advanced ---
>under BROWSING
>Uncheck "SHOW FRIENDLY HTTP ERROR MESSAGES"
>you might want to restart your ie
>let me know what the msg comes.
>
>[quoted text clipped - 16 lines]
--
Message posted via WinServerKB.com
http://www.winserverkb.com/Uwe/Foru...eneral/200512/1
| |
| RaulSam 2005-12-28, 6:10 pm |
| Are you using any kind of upload components?
I found some articles related to the upload error, most of them are related
to the component you might be using.
Please clarify
"rbd via WinServerKB.com" <u17006@uwe> wrote in message
news:598404b2c4ea3@uwe...
> Below is the message I get when uploading a 84 mb file
>
> -2147467259007~ASP 0101~Unexpected error~The function returned |.
>
>
> RaulSam wrote:
>
> --
> Message posted via WinServerKB.com
> http://www.winserverkb.com/Uwe/Foru...eneral/200512/1
| |
| rbd via WinServerKB.com 2005-12-29, 6:04 pm |
| RaulSam wrote:[vbcol=seagreen]
>Are you using any kind of upload components?
>I found some articles related to the upload error, most of them are related
>to the component you might be using.
>Please clarify
>
>[quoted text clipped - 13 lines]
Nope. I am not using any upload components. I get the asp error when doing
Request.BinaryRead(Request.TotalBytes)
--
Message posted via http://www.winserverkb.com
|
|
|
|
|