I'm trying to migrate an ASP app from a w2k server to windows 2003 and from sql2000 to SQL 2005. This is my connection string:
The problem is that SQL will not authenticate even though the username is set up in Active Directory and SQL is set up for SQL and Windows authentication.
I've been going crazy trying to figure out why this is not working. There are so many new variables in the mix that I don't know if it's the new W2003 server or SQL 05 or a combination of both.
Any help will be greatly appreciated.
Code:
"Provider=SQLNCLI;Server=servername;Database=dbname;UID=username;PWD=P@ssw0rd;"
I've been going crazy trying to figure out why this is not working. There are so many new variables in the mix that I don't know if it's the new W2003 server or SQL 05 or a combination of both.
Any help will be greatly appreciated.