I'm confused in those two terms I want to know what is the difference between the timeout inside the connection string and the timeout inside the IIS configuration
data source=xxxx;Initial Catalog=Test;User=yy;Password=yyyy;Timeout=10
DB connection timeout is very diffrent from IIS time out
DB connection timeout is about establis the connection to DB, from MSDN SqlConnection.ConnectionTimeout
Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
From MSDN about Connection Timeout
Connection timeouts help reduce the amount of memory resources that are consumed by idle connections. Time-out settings also allow you to specify how long server resources are allocated to specific tasks or clients.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With