when Our WinApp is idle for while around 8-10 minutes ,and try to do something like get list of customers, we got this error "The underlying provider failed on Open"
i use EF6.1 & MSSQL 2008 r2 Here Is my connection string :
<add
name="MISSystemEntities"
connectionString="metadata=res://*/DB_Model.csdl|res://*/DB_Model.ssdl|res://*/DB_Model.msl;
provider=System.Data.SqlClient;
provider connection string="Data Source=10.10.0.3\r2;Initial Catalog=MISSystem;User ID=user;Password=pass;MultipleActiveResultSets=True""
providerName="System.Data.EntityClient"
/>
Sql Option Auto Close Is Off
Distributed Transaction Coordinator Is Active for Clients "actually We don't use it"
have ping to server without any time aout at the same time that error occurs
test with domain administrator rights and still have problem
also We Test Connection time out and query execute time out with random values:(