bluecjh
Programmer
- Mar 12, 2003
- 385
Thought I had this one solved. (see previous thread of the same name)
My ASP page which makes a connection to SQL SERVER
works fine from the IIS server (remote desktop)
but not from my PC?
I get:
Microsoft OLE DB Provider for SQL Server error '80004005'
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
it's failing on the open connection line :
why might this be?
thanks
BlueCJH
My ASP page which makes a connection to SQL SERVER
works fine from the IIS server (remote desktop)
but not from my PC?
I get:
Microsoft OLE DB Provider for SQL Server error '80004005'
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
it's failing on the open connection line :
Code:
strReportsUsage = "Provider=SQLOLEDB;Integrated Security=SSPI;Trusted_Connection=yes;Initial Catalog=ReportsUsage;Data Source=HG033"
connHits.open strReportsUsage
why might this be?
thanks
BlueCJH