SQL/ASP: The timeout period elapsed prior to completion
Error:
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Try adding a Connect Timeout in the web.config
The Connect Timeout attribute of a connection string determines how long a SqlConnection Object runs before it stops attempting to connect to a server.
