I have moved a Classic ASP application to a new Windows 2008 R2 server, and installed MS SQL 2000 for it.
All went well until I tried to run the first page of the website, where it says:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver]Login timeout expired
line 102 is simply trying to connect to the server. using ODBC connection.
DRIVER={SQL Server};
I have obviously turned on ASP, and send error to browser and allow all locations to see 500 error details.
The database is up and running according to SQL enterprise manager, where I can access the database, tables and data okay.
I am not sure if I'm missing something for Windows 2008 to allow ODBC connections base don the server name.
Any ideas?
All went well until I tried to run the first page of the website, where it says:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver]Login timeout expired
line 102 is simply trying to connect to the server. using ODBC connection.
DRIVER={SQL Server};
I have obviously turned on ASP, and send error to browser and allow all locations to see 500 error details.
The database is up and running according to SQL enterprise manager, where I can access the database, tables and data okay.
I am not sure if I'm missing something for Windows 2008 to allow ODBC connections base don the server name.
Any ideas?