It sounds like your server is cancelling your connection. Look at your server logs to see why.
Hello,
When I try to make an update returns the following message:
Error Trying to save file "C: \ Documents and Settings \ laptop \ Local Settings \ Temp \ w4682 \ application.all.to.1.0.1.wyu" Can not write data to the transport connection: You have forced disruption of an existing connection by the remote host.
Retry the update and the message persists, what can be the cause?
regards
It sounds like your server is cancelling your connection. Look at your server logs to see why.
Hello,
I put Fiddler to see the trace to the server.
The request is:
Http://10.1.0.253/mensajeriaUpd/mensajeria.all.to.1.0.1.wyu GET HTTP/1.1 User-Agent: wyUpdate / 2.6.14.0 Host: 10.1.0.253 Cache-Control: no-store, no-cache Pragma: no-cache
The answer is:
HTTP/1.1 504 Fiddler - Receive Failure Content-Type: text / html; charset = UTF-8 Connection: close Timestamp: 19:30:50.859
[Fiddler] ReadResponse () failed: The server did not return a response for this request.
The IIS log file shows the following line:
02/09/2012 18:49:44 W3SVC1 192.168.71.250 GET / mensajeriaUpd/mensajeria.all.to.1.0.1.wyu - 80 -10.1.51.179 wyUpdate + / +2.6.14.0 200 0 1236
What can be happening?
Regards
HTTP error code 504 is a timeout error. This means your server is timing out.