I have this connection string<BR><appSettings><BR> <add key="ConnectionString" value=http://aspmessageboard.com/archive/index.php/"server=myServerName;Trusted_Connection=true;databa se=MyDataBase" /><BR> </appSettings><BR><BR>but every time I try to log on, I get a message saying that my user does not have a trusted connection.<BR><BR>Can anybody please tell me how to specify a user? I have tried everything I know..What provider is this for? What kind of DB?for a MS SQL 2000 ServerTry using a conn string more similiar to:<BR><BR>strConn = "Provider=SQLOLEDB;Data Source=(local)NetSDK;" & _ "Initial Catalog=Northwind;Trusted_Connection=Yes;"SQL Server DB is on a different machine from the web serverhttp://www.able-consulting.com/ADO_Conn.htmThanx!