Error on Request.BinaryRead in IIS 6.0 (Win 2003)

N

Nikhil

I have a VBscript that I use to upload files onto the
server. The script works fine on IIS 5.0 but on IIS 6.0 on
Windows 2003 I get an error when uploading certain files.
I believe its because the file is larger than what is
normally uploaded. Average file size is 15KB this file is
490Kb.

The error that I get is

Request object error 'ASP 0104 : 80004005' Operation not
Allowed

The code on the line is
biData = Request.BinaryRead(Request.TotalBytes)

Also the totalbytes on the two systems are different. Any
idea why this is happening. Is there any solution?
 
G

GVaught

I'm not a network guru or anything, but isn't there a setting that can be
set on the server to limit the size of a file upload like the size of an
attachment that can be sent through email? Or you need to make sure you have
write privileges to the location where you are uploading the files inside
the web server setup as well as Windows write privileges.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top