Scenario:
I try to post a video to YouTube with the following code:
YouTubeEntry createdEntry = service.Upload(newEntry);
This works fine on my developer machine (running Windows XP).
- It fails on a Win2k server (running .NET 2.0) with the following error:
2010-07-15||01:14:08 PM||An established connection was aborted by the software in your host machine||System|||| at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) --> at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
My Question:
- How should I troubleshoot this?