I have a classic ASP website. When I run the site locally on a Windows 2008 R2 server, it works perfectly. When I connect to the site from another machine and try to serve the page through iis 7.5, it fails with this error:
Microsoft OLE DB Provider for SQL Server error '80004005'
The line in the asp that it is failing on is:
Set conSQL6 = Server.CreateObject("ADODB.Connection")
conSQL6.Open strConSQL6
When I run this same application on a Win 2003 server there are no problems, both locally on the server and remotely.
Any ideas on how to make this work, a full re-write is not an option :)
From PRB: Troubleshooting Error 80004005 "Login Failed" in ASP