rockmouse
08-15-2007, 10:18 AM
Hi Everyone,
I am useing sql server 2000, everything is fine except if I run my asp.net2 project locally and connecting to the live sql server, the error is "System.Data.SqlClient.SqlException: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.".
My connection string is "server=mssql02.discountasp.net;database=DB_395941_ tmimports;integrated security=SSPI;user id=<myusername>;password=<mypassword>;" I am using role management control.
Does anyone know how to fix this error?
Thanks a lot
Michael
I am useing sql server 2000, everything is fine except if I run my asp.net2 project locally and connecting to the live sql server, the error is "System.Data.SqlClient.SqlException: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.".
My connection string is "server=mssql02.discountasp.net;database=DB_395941_ tmimports;integrated security=SSPI;user id=<myusername>;password=<mypassword>;" I am using role management control.
Does anyone know how to fix this error?
Thanks a lot
Michael