Question

I've been having some connectivity issues recently with my website. And today I finally received SOME idea as to what the issue may be. I got this error message while trying to log in.

A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)

So the question is, what could be causing this error message to get generated?

This only ever seems to occur under high user load. CPU, RAM, and network traffic do not seem to be maxed out.

Was it helpful?

Solution

This error very very often occurs straight after you have had a connection break (e.g. the server terminated the connection, your server process had the KILL command run against it or the network connection between you and the server was broken), and especially if your client is using connection pooling in those circumstances.

So try looking at what happened prior to the error you're seeing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top