I have an End-user that is experiencing the following error.
System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
There is much more text beyond this, but it seemed that this may be a good place to start.
this seems to be just a standard connection error to SQL, or maybe I am missing something?
Any ideas?
Kind regards,
Lucas