Question : Problem connecting to SQL Server 2k

Hi, I'm encountering a problem when trying to connect to a SQL Server 2k database on Win2003 Server. I have no problem using the same connection string in a vbs script or windows application, but when I try to get an asp page (on a WinNT4 server) to connect I'm getting the following error:

Microsoft OLE DB Provider for SQL Server error '80004005'

[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.

The connection string I'm using is this:
Provider=SQLOLEDB.1;Persist Security Info=True;User ID=;Password=;Integrated Security=SSPI;Data Source=dbservername;Initial Catalog=dbname

SQL Server is set up to accept both Windows and SQL Server authentication.

Answer : Problem connecting to SQL Server 2k

Reinstall may be your best option ... sorry nothing else has worked!
Random Solutions  
 
programming4us programming4us