Tagged Questions
1
vote
2answers
867 views
Connection to external data source using windows authentication (NTLM)
I'm trying to connect to an external SQL server DB programmatically from a SharePoint WebPart. The problem is that I'm not able to authenticate to the DB although I gave access to application pool ...
1
vote
1answer
145 views
Which identity is being used and authenticated while connection to SQL Server with Windows Authentication?
SQL Server Windows authentication uses application's process identity or thread identity to connect. So, for a solution deployed to a SharePoint farm which identity will be used to connect
Current ...