This topic is locked

ASP Error 0104 up/download large documents

11/11/2005 1:33:58 PM
ASPRunnerPro General questions
Pfeiffer author

Hello,

I spend a lot of time to get rid of error ASP 0104 by uploading and

downloading large documents.
The solution was a parameter in metabase.xml for IIS 6.0 !!!
if you have this problem too have a look at
www.wyru.at/printer.asp?newsid=3155
This tip solved my problem at once.

C
clig 12/29/2005

Hello,

I spend a lot of time to get rid of error ASP 0104 by uploading and

downloading large documents.
The solution was a parameter in metabase.xml for IIS 6.0 !!!
if you have this problem too have a look at
www.wyru.at/printer.asp?newsid=3155
This tip solved my problem at once.


Configuring these parameters has also helped out a couple IIS 6 servers for me as well... Thanks for the reminder...
Loose translation I believe is what you more or less had written???:
If you have problems with Uploads or Downloads
*Set "Enable Direct Metabase Edit" in IIS Properties first
Using Notepad edit: C:\WINDOWS\system32\inetsrv\MetaBase.xml
"AspMaxRequestEntityAllowed" - should be set to 204800 (200KB)

  • set to the desired size
  • further issues check

    "AspBufferingLimit" - default value is ~4MB
  • set to the desired size