Credentials Not Passed From SharePoint WebPart to WCF Service
- by Jacob L. Adams
I have spent several hours trying to resolve this problem, so I wanted to share my findings in case someone else might have the same problem. I had a web part which was calling out to a WCF service on another server to get some data. The code I had was essentially using System.ServiceModel;
using System.ServiceModel.Channels;
...
var…