Hi
I am getting the error -
"Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection"
when trying to connect to my server, my connection string is -
data source=" & strServer & ";initial catalog=" & SourceDatabase & ";Trusted_Connection = False;User ID=" & strUser & ";"
I have searched through many posts that touch the subject on this forum and this (I think) is what I need to do -
"Ensure that a Windows authentication SQL Server login exists for the Windows NT/Windows 2000 user account that IIS uses to process the request for the ASP page. If a login does not exist, use SQL Server Enterprise Manager to create it"
I am not sure how to do this, can anyone please help
Thanks very much
I am getting the error -
"Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection"
when trying to connect to my server, my connection string is -
data source=" & strServer & ";initial catalog=" & SourceDatabase & ";Trusted_Connection = False;User ID=" & strUser & ";"
I have searched through many posts that touch the subject on this forum and this (I think) is what I need to do -
"Ensure that a Windows authentication SQL Server login exists for the Windows NT/Windows 2000 user account that IIS uses to process the request for the ASP page. If a login does not exist, use SQL Server Enterprise Manager to create it"
I am not sure how to do this, can anyone please help
Thanks very much