I'm creating web project. I want to connect to Sql server on another machine but i've problem with connection sting. If I'm connecting on my machine then there is no problem. On my machine am connecting as 'Commp.name'\ASPNET and the connection string is:
server='localhost'; trusted_connection=true; Database='PLP'
I've tried everyting but I always get an error:
[SqlException: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.]
I've access on the another machine and sql server
Please help!!!
server='localhost'; trusted_connection=true; Database='PLP'
I've tried everyting but I always get an error:
[SqlException: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.]
I've access on the another machine and sql server
Please help!!!