V
vivek
Hello,
I have a client written in Visual C# which accesses SQL
Server database and updates the tables.
This is the connection string:
string connectionString = @"Data Source=560dbserver;"+
@"Initial Catalog=cisdb";
I have commented "authorization", "authentication"
and "impersonate" elements in my web.config i.e., neither
am I using Windows integrated connection nor trusted
connections to access my SQL Server mode.
I have my SQL Server setup at mixed mode authentication
and I have created account for "ASPNET" account with a
password.
My questions is, when I run the web application it gives
me the following error:
Login failed for user '(null)'. Reason: Not associated
with a trusted SQL Server connection.
Can anyone help me out?
Thanks
I have a client written in Visual C# which accesses SQL
Server database and updates the tables.
This is the connection string:
string connectionString = @"Data Source=560dbserver;"+
@"Initial Catalog=cisdb";
I have commented "authorization", "authentication"
and "impersonate" elements in my web.config i.e., neither
am I using Windows integrated connection nor trusted
connections to access my SQL Server mode.
I have my SQL Server setup at mixed mode authentication
and I have created account for "ASPNET" account with a
password.
My questions is, when I run the web application it gives
me the following error:
Login failed for user '(null)'. Reason: Not associated
with a trusted SQL Server connection.
Can anyone help me out?
Thanks