Tagged Questions
0
votes
1answer
226 views
Calling web service with current users credentials from SharePoint
When I run this C# code from my vs2010 client it works authenticating as me.
However if I deploy the code to a sharePoint page on a webserver I get an authentication error from the web service.
I ...