"Login failed for user '(null)' Reason: not associated with a trusted SQL Server connection."
I tried to set up a DSN to a SQL server database on the Web server. The test of DSN failed when I took the option of Windows NT authentication and I got the above error message.
I also tried using DSN-less connection in an ASP page on the Web server, and I got the same error message when I using "trusted_connection=yes" in the connection string.
Under both situation, the connection could be set up OK when I used SQL server authentication.
So, what is the problem?
Thanks in advance.
seaport
I tried to set up a DSN to a SQL server database on the Web server. The test of DSN failed when I took the option of Windows NT authentication and I got the above error message.
I also tried using DSN-less connection in an ASP page on the Web server, and I got the same error message when I using "trusted_connection=yes" in the connection string.
Under both situation, the connection could be set up OK when I used SQL server authentication.
So, what is the problem?
Thanks in advance.
seaport