Login Failed for user 'Q_User'.The user is not associated with a trusted SQL Server connection.
Where is the problem?
views:
26answers:
2I read that site it doesn't work.
Noro
2010-03-06 06:46:18
A:
Your SQL Server Database is not present. It may be because of
- SQL Server hosted by another PC and that's turn off.
- Databse in SQL Server is not created
- some similar issues.
Just check if the user you specified in App/Web.config has access to the Database.
Nasser Hadjloo
2010-03-06 08:08:17