Sembra aver riscontrato un problema che non riesco davvero a risolvere. Ho un client che prova a scrivere su un flusso sulla porta 4530.
Questo è un sistema che funziona costantemente, e quando sono tornato al lavoro lunedì mattina, il sistema aveva causato l'interruzione di Internet Explorer durante il fine settimana (beh, non sono sicuro di questa affermazione, ma questa è la mia teoria - per ora) . Controllando i registri, ho riscontrato ripetutamente il seguente errore:
System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
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)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.IO.StreamWriter.Write(String value)
Dopo alcune indagini, ho scoperto che MS Security Essentials era stato aggiornato durante il fine settimana, anche se questi aggiornamenti automatici dovevano essere disattivati. Mi manca qualche impostazione per disabilitarlo? È questa la teoria giusta o potrebbe essere essenzialmente causata da qualcosa?