IIS Server error

What this message means is that application waited for a database connection but the timeout expired before it could get a connection, probably because the number of connection in the pool was too low for the number of connections that were attempting, or there was a network time out, i.e. the connection between your IIS and your SQL Server was too slow to serve a connection.
Check below thread:

1 Like