Connection String for domain user account
Hi All,I am trying to update the connection string of my asp.net project with domain account.
While replacing userid and password with domain account, it is not working...
User ID=domain\user;Password=password"
what should be done to allow domain user account in connection string to SQL Server and what is connection string format?
Thanks in advance.
Techie