Tagged Questions
0
votes
0answers
47 views
System.Diagnostics.Process not accepting credentials
I am trying to execute a batch file using the Process class. This code is in the middle of a larger section of code where I am using LogonUser() and WindowsIdentity.Impersonate() to impersonate the ...
0
votes
1answer
203 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 ...