Next: Out of string space
From: SKHM1 on 15 Feb 2005 14:14 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 15 Feb 2005 15:03 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 |