473,807 Members | 2,847 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

BinaryRead Error after upgrade

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.BinaryR ead read. The error says this operation in not
allowed.

Anyone any idea, I presume it will be an IIS setting, but not sure what!

Any help greatly appreciated.
Jul 22 '05 #1
2 1625
Show code and indicate the line number that generates the error. Also, copy
and paste the exact error text.

Ray at work

"Davie" <dx*@mms.co.u k> wrote in message
news:Ot******** ******@TK2MSFTN GP10.phx.gbl...
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.BinaryR ead read. The error says this operation in not allowed.

Anyone any idea, I presume it will be an IIS setting, but not sure what!

Any help greatly appreciated.

Jul 22 '05 #2
Try :
http://support.microsoft.com/kb/824471/en-us

In IIS6, the default maximum size for an HTTP request is 200 Kb.

Patrice
--

"Davie" <dx*@mms.co.u k> a écrit dans le message de
news:Ot******** ******@TK2MSFTN GP10.phx.gbl...
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.BinaryR ead read. The error says this operation in not allowed.

Anyone any idea, I presume it will be an IIS setting, but not sure what!

Any help greatly appreciated.

Jul 22 '05 #3

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

Similar topics

1
7342
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 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
1
4505
by: Roberto | last post by:
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...
2
10272
by: Jamie Fryatt | last post by:
Just another quick one, the upload system im using obviously doesn't like request.form is there anything else i can use to pass the variable that wont give me the error shown below. thanks jamie ----------
1
2736
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 = adTypeBinary; s.Open(); s.Write( Request.BinaryRead() )
2
11682
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
2266
by: Lau Lei Cheong | last post by:
Hello, I'm trying to build an application that will use Request.BinaryRead() to save a number of uploads with progress display. However, since there is little information on MSDN about this function, I would like to seek some help here. In the MSDN page, the function remark states that Request.Form will fail once I used Request.BinaryRead(), so would it have effect on objects like HtmlControls and Webcontrols, such as some properties...
2
2523
by: Water Cooler v2 | last post by:
Just trying to experiment with the Request.BinaryRead(count) method. What's wrong with this script? <SCRIPT Language="VBScript" runat="server"> Dim b b = Request.BinaryRead(Request.TotalBytes) Dim Counter If IsArray(b) Then
2
8982
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 way, so I'm not sure why its errored. In more details: The page starts by validating the user, so reads from the request object,
0
3225
skeptics
by: skeptics | last post by:
Trying to pass a SafeArray that i get form Request.BinaryRead Method in classic asp to a c# com interop component. In this thread i found a solution to pass and cast a normal asp safearray in to a c# array: http://bytes.com/groups/net/114755-passing-safearray-bytes-vbscript-managed-com-object-c#goto_threadtools but no matter what i try. i cant pass a array that i get from Request.BinaryRead Method in to the component. i always get a error...
0
9599
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10626
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10372
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10374
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10112
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6879
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5685
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3011
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.