The timeout in the database connection string is the time during which ADO.NET must try to connect to the database server before deciding that it is unavailable (which is not related to the command timeout, note). Connect in the database connection string is synonymous with Connect Timeout .
IIS timeout is how long it should take to process the request before deciding that it failed.
source share