Unable to read data from transport connection



I have an application that connects to a web server and download
information.

This application worked and has not been changed in 2 years.

There are three phases to the application connecting to the web
server.

Phase 1 allows the customer to send a request and it returns XML data
that contains lists of Names that they can select to download

Phase 2 after the user has selected the Names a request is sent to
download the documents with those names. The data again is XML

Phase 3 allows a user to upload the changes they made to the documents
back to the web server. XML is also used to transport the data.

A new user recently installed the application and can not do phase 2
or 3 and they get the error "Unable to read data from transport
connection"

Since Phase 1 connects to the web server to download XML data and
Phase 2 does the same thing, I am confused as to why this is
happening. I am assuming that it has something to do with his network
configuration. None of our other customer have ever received an error
like this.

Can anyone tell me some reasons why the HTTPWebRequest would fail?
The only difference in Phase 2 and 3 is that they use the POST method
to send the data.

Thank you,

Rich

.



Relevant Pages

  • Re: Suggestions on creating a File Download area
    ... > I'm in the process of setting up a web site that will allow users to ... > towards having a download area that users can log in to and simlply ... are outside the directories that the web server can access. ... or you could link the cleaning to logins. ...
    (alt.php)
  • Re: Suggestions on creating a File Download area
    ... filename will be able to download the file without paying you anything. ... as the web server wouldn't go out of the /var/www/html ... A php script can read a file outside the document-root, ... use fpassthru() function, of course you can use any of the other file read ...
    (alt.php)
  • Re: OT: windoze woes and full rant mode is on
    ... If I try and download it to the client, ... EVERYTHING on the web server, then simply serve up a dynamically ... constructed page that suits the particular browser being used. ... I was really hoping Java would have taken off more than it did. ...
    (comp.lang.cobol)
  • Re: Downloading files
    ... > How can I download a file and store it on the web server. ... The files are to be stored on the web server. ... >>> How can I download a file and store it on the web server. ... >>> Shawn ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Stream or download of files
    ... "Save-As" it won't go to download the whole file, ... A web server stream is more like a long-term file download, ... negotiate with the client which bitrate to deliver so you'd get sent ...
    (microsoft.public.windowsmedia.encoder)