473,387 Members | 1,536 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Error Request.BinaryRead in IIS 5.0 on Windows Nt 2000 SP3

Sometimes when loading binary files with Request.BinaryRead IIS on the log
gives me the following Error (I have analyzed IIS Log with Web Trend
Analyzer and the error isn't frequent):

POST .../WZUpload.asp |59|ASP_0101_:_80004005|Unexpected_error...

I don't have information on the file inserted because it was inserted by
other people (Web Candidates that inserts their curricula on our Web Site)

I have tried with large files and I haven't reproduced the problem, i have
tried with 0 bytes files and I haven't reproduced the problem, I have tried
to insert into the upload file Low Value (Chr(0)) and I haven't reproduced
the problem....

The instruction is so....

AllDataB = Request.BinaryRead(Request.TotalBytes)

What type of files can cause the crash of BinaryRead ?

Thanks Rob.

Jul 19 '05 #1
1 4485
Hi Rob,

After some research, I found this kind of problem may occur when we post a
large file and the network is not stable. And it may occur randomly. We
can't reprodice with some exact steps. You may refer to following KB
article to see if they can hep:

HOWTO: Upload Files to the Internet Information Server
http://support.microsoft.com/default...microsoft.com:
80/support/kb/articles/q184/3/52.asp&NoWebContent=1
SAMPLE: Using HttpSendRequestEx for Large POST Requests
http://support.microsoft.com/default...microsoft.com:
80/support/kb/articles/q177/1/88.asp&NoWebContent=1

Hope this help,

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Nikhil | last post by:
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...
1
by: Vince C. | last post by:
Hi. I'm trying to put upload results from an HTML form into an ADO stream. I thought I could code the following (JavaScript): var s = Server.CreateObject("ADODB.Stream"); s.Type =...
3
by: delraydog | last post by:
I'm having a problem on Windows 2003 Server with this script. It appears to be a problem with MS XML 4.0 as this code was working fine under MS XML 3.0 and Windows XP or 2000. Any ideas? The...
2
by: F. Nolet | last post by:
Hi, With IIS 6 - ASP : I try to upload a file of 125,000,000 bytes. To do it, I use this code : Request.BinaryRead(Request.TotalBytes) I get this error :
1
by: Zam | last post by:
Hello World, Is html based form for upload files. ASP script are get and save files on web server. Works fine on Windows 2000 Server. Under Windows 2003, if try to upload files more than...
2
by: Davie | last post by:
I had an ASP page which implemented a file upload feature. However, after moving this application from NT4 to Windows 2003 I receive an error which is caused by the Request.BinaryRead read. The...
2
by: Arpan | last post by:
Under what circumstances can Request.BinaryRead() be useful & when should it be used? Assume that the value of Request.Form("anyvalue") is "a" (without the quotes). The output of <%...
4
by: Larry Tate | last post by:
I am wanting to get those cool html error pages that ms produces when I hit an error in asp.net. For instance, when I get a compilation error I get an html error page that shows me the ...
2
by: Griff | last post by:
Bizarre problem here.... I have a classic ASP web page that exists in one project. I have copied this code file into another web project and it errors! The code has not been altered in any...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.