views:

26

answers:

2

Login Failed for user 'Q_User'.The user is not associated with a trusted SQL Server connection.
Where is the problem?

+1  A: 

Quick googling you will find

Login failed for user 'username'. The user is not associated with a trusted SQL Server connection. (Microsoft SQL Server, Error: 18452)

astander
I read that site it doesn't work.
Noro
A: 

Your SQL Server Database is not present. It may be because of

  1. SQL Server hosted by another PC and that's turn off.
  2. Databse in SQL Server is not created
  3. some similar issues.

Just check if the user you specified in App/Web.config has access to the Database.

Nasser Hadjloo