trusted connection

From: Mike (me_at_me.com)
Date: 06/18/04


Date: Thu, 17 Jun 2004 20:01:53 -0400

I added a new user to my SQL db to log into the DB from my ASP.NET web, When
i run my page I'm getting an error

Login failed for user 'USERID. Reason: Not associated with a trusted SQL
Server connection.

do i need to put trusted connection = true in my string?

heres my string

dbConnection = new
sqlConnection("server=localhost;UID=USERID;pwd=password;database=issue"0