vote up 1 vote down star

I'm working on my first application using ASP.Net with web services and I'm having an authentication issue. At least I think that's the issue.

When I run the application locally in debug mode it works fine. It even works when I run it out of debug mode (through IIS) in IE 7. But when I have a coworker run it (from my IIS) on their box, it doesn't work. When querying active directory to look up users it gives this error:

Sys.Net.WebServiceFailedException: The server method 'GetCurrentUser' failed with the following error: System.Runtime.InteropServices.COMException - An operations error has occurred.

What do I need to do to get this working remotely?

flag

69% accept rate

1 Answer

vote up 0 vote down

hey, I am having exactly same problem, did you find a way to resolve it? I have spent already week trying to fix it and I have run out of ideas

link|flag
If I recall correctly, it has to do with impersonation and the double-hop issue. You probably need to enable Kerberos so the servers can pass users credentials. – Max Schmeling Nov 12 at 21:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.