Connecting Tech Pros Worldwide Help | Site Map

Unable to write data to the transport connection.

steve.edison@gmail.com
Guest
 
Posts: n/a
#1: Feb 23 '06
I have an application that pulls an xml file from another site that is
around 4 megs in size and posts it to a webservice for processing. In
our development environment it works fine. However, in our production
environment it consistently generates a "Unable to write data to the
transport connection" error. Is there some sort of configuration
setting that might be causing this?

Some notes:
HttpWebRequest.Timeout is set to 1000 * 60 * 60;
System.Net.ServicePointManager.Expect100Continue is set to false
The application and webservice are on the same server

Closed Thread