Re: IIS 5.0 not accepting multipart/form-data
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 11/06/04
- Next message: David Wang [Msft]: "Re: What would prevent an ISAPI extension from opening a socket on IIS 6?"
- Previous message: Larry C.: "Basic Authentication User Accounts"
- In reply to: CrazzyWebMonkey: "Re: IIS 5.0 not accepting multipart/form-data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 5 Nov 2004 19:31:58 -0800
Hmm, UploadReadAheadSize is set to 49152 by default on all IIS versions, so
you ran some setup on the server that changed it.
It also means that your POST acceptor likely has a bug. What happens when
you POST data length > UploadReadAheadSize ? Try setting it to 1K and
posting 2K of data. My hunch is that the POST acceptor won't read 2K of
data. If so, this is a just a bug with the POST acceptor.
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "CrazzyWebMonkey" <CrazzyWebMonkey@discussions.microsoft.com> wrote in message news:3AE5B050-ACC3-431F-8D74-85B6D9E92773@microsoft.com... I actually found the solution to the solution on a Macromedia board Using AC-MetaDataEditTool, I found that the UploadReadAheadSize was set to 0. Useing the MetaDataEditTool, simply delete this variable (LM/W3SVC/UploadReadAheadSize) and it works fine. CrazzyWebMonkey "David Wang [Msft]" wrote: > Is URLScan running on all the machines? With the same configuration file? > Any other software differences? > > How large are the forms data being submitted? kilobytes, megabytes, > gigabytes ? > > -- > //David > IIS > This posting is provided "AS IS" with no warranties, and confers no rights. > // > "CrazzyWebMonkey" <CrazzyWebMonkey@discussions.microsoft.com> wrote in > message news:76EB3352-37B8-4C79-85D0-018B6A9CC111@microsoft.com... > All the version of IIS are the same, all are fully patched, and all have the > most recent virus definitions loaded. The forms that reside on the three > different servers (which is the exact same code) are all submitted from the > same machine by the same browser. > > The Dev server is actually my Dell workstation, running Win2k Pro (hence the > use of http://localhost) > The Test server is a Dell server running Win2k Server. > The Production server is a Dell server running Win2k Server. > > The browser I am using is Explorer 6.0.2800.1106. > > As for using Network Monitor, or some other packet sniffer, I honestly don't > know what to look for. Some advice on what to look for would be > appreciated. > > When the forms are submitted to the production server from outside the > firewall, the same errors are received. The other 2 servers are protected > by > the firewall, and so can't test them from outsite the firewall. > > CrazzyCodeMonkey > > "David Wang [Msft]" wrote: > > > Are all the IIS servers the same version, same patches, etc? > > > > I suggest using Network Monitor to see traffic between separate client and > > server doing the submit. This will tell you whether the data is sent by > the > > browser or not, whether it is received/processed by the server or not, > etc. > > > > Also use the same client machine as well as submit the exact same file to > > remove client-side variance. > > > > -- > > //David > > IIS > > This posting is provided "AS IS" with no warranties, and confers no > rights. > > // > > >
- Next message: David Wang [Msft]: "Re: What would prevent an ISAPI extension from opening a socket on IIS 6?"
- Previous message: Larry C.: "Basic Authentication User Accounts"
- In reply to: CrazzyWebMonkey: "Re: IIS 5.0 not accepting multipart/form-data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
Loading