|
I am currently developing a web site/database for my company and am having issue with Dream Weaver. I have a MS SQL 05 db set up on another machine and can connect fine using MS Visual Dev and MS Server Express, but I can not connect with Dreamweaver which is what I would prefer to use. I set up the SQL connect using Integrated Security and it will not allow me in. Any ideas ? Am I using the correct provider ??
Here is my code :
Data Source=******\***;
Initial Catalog=*****;
Integrated Security=SSPI"
I get the error Login faild for user. " the user is not associated with a trusted SQL Server connection.
Last edited by jmcnellis; 10-10-2008 at 08:08 PM..
|