We have a Windows account in SQL Server 2008 called drwho, for example, and a password. In the connection string, we disabled the built-in protection and added the values of the user ID and password.
User Id=THEDOMAIN\drwho;Password=......
However, ASP.NET continues to think that we are using SQL server authentication.
Any suggestions?
source
share