[Microsoft][ODBC SQL Server Driver]Timeout expired
You need to add the following code to every asp file just after you create the connection object
=============================
dataConn.ConnectionTimeout = 0
dataConn.CommandTimeout = 0
Server.ScriptTimeout = 600
==============================