From: SKHM1 on
The ASP application uses the "File" active-x control. On windows 2003
IIS(6.0), the download the file fails with the Error: Request object error
'ASP 0104 : 80004005'

The above error is retuned by my asp code: lnBytes =
Request.BinaryRead(lnByteCount)

I did not see this error on windows 2000 server.

Is there any solution/workaround available on Windows 2003 IIS(6.0) for this
issue.

-- SKHM1
From: Zam on
Hello,

Change "ASPMaxRequestEntityAllowed" = 1073741824 in
\windows\system32\inetsvr\metabase.xml

P.S. See my message from 09/Feb/2005

Should you have any questions, please don't hesitate to contact me.
If you response to an email, please quote the complete message.
http://1click.lv

"SKHM1" <SKHM1(a)discussions.microsoft.com> wrote in message
news:<90E3D68D-DECE-4A83-91CF-0930A3056265(a)microsoft.com>...
> The ASP application uses the "File" active-x control. On windows 2003
> IIS(6.0), the download the file fails with the Error: Request object error
> 'ASP 0104 : 80004005'
>
> The above error is retuned by my asp code: lnBytes =
> Request.BinaryRead(lnByteCount)
>
> I did not see this error on windows 2000 server.
>
> Is there any solution/workaround available on Windows 2003 IIS(6.0) for
this
> issue.
>
> -- SKHM1


 | 
Pages: 1
Next: Out of string space