In my application, queries work fine. For one select request, I get below error.
Fix System.Data.EntityException: The underlying provider does not work in Open. ---> System.Data.SqlClient.SqlException: connection timed out. The waiting period expires during the phase after entry. the connection can be disconnected while waiting for the server to complete the registration and response process; Or he might be trying to create some active connections. The duration when trying to connect to this server was [Pre-Login] initialization = 0; acknowledgment = 13914; [Login] initialization = 0; Authentication = 0; [Post-Login] complete = 1062; ---> System.ComponentModel.Win32Exception: timeout
I ran sqlprofiler to detect deadlocks but could not find.
I run a simple query through the framework entity
Any help would be appreciated
source share