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.
<div id="WebPartWPQ1" class="ms-WPBody" width="100%" haspers="false" webpartid="84731978-42af-43ec-9bfc-d753bee3f09c" allowdelete="false">Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.</div> <div class="ms-WPBody" width="100%" haspers="false" webpartid="84731978-42af-43ec-9bfc-d753bee3f09c" allowdelete="false"> </div> <div class="ms-WPBody" width="100%" haspers="false" webpartid="84731978-42af-43ec-9bfc-d753bee3f09c" allowdelete="false">How do I specify the windows account that I want to use that has the right access to the SQL Table?</div> <div class="ms-WPBody" width="100%" haspers="false" webpartid="84731978-42af-43ec-9bfc-d753bee3f09c" allowdelete="false"> </div> <div class="ms-WPBody" width="100%" haspers="false" webpartid="84731978-42af-43ec-9bfc-d753bee3f09c" allowdelete="false">using sql authentication is not an option.</div>