What is .NET entity framework default Connection timeout for SQL Server?
I am using mvc 4 and sql server 2014.
Anyone knows for sure?
(This is not duplicate! I asked about Connection time out, not about command timeout!!!)
What is .NET entity framework default Connection timeout for SQL Server?
I am using mvc 4 and sql server 2014.
Anyone knows for sure?
(This is not duplicate! I asked about Connection time out, not about command timeout!!!)
According to the Documentation when using SQL.
SqlConnetionTimeout: The default is 15 seconds.
SqlCommandTimeout: The default is 30 seconds.