I have a web part that I have deployed and it need to pull data from an SQL 2008 table.
But when I use the connection string listed below
Data Source=dmzsql;Integrated Security=SSPI;Initial Catalog=Apps
I get the folloowing errror.
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
How do I specify the windows account that I want to use that has the right access to the SQL Table
using sql authentication is not an option