socketsyoutubeyoutube-apiwindows-server-2000youtube.net-api

.NET 2.0: An established connection was aborted by the software in your host machine


Scenario:

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?

Solution

    1. Check to ensure that you are not being blocked by firewalls or TCP filtering on the server
    2. Run a network trace to see what traffic is actually being communicated from your server
    3. Check HTTP KeepAlive is disabled (seeing a lot of people having issues with this on)
    4. Google it for any other possible reasons that this could fail on your server.