How do I tell which account is trying to access an ASP.NET web service?

Posted by Andrew Lewis on Stack Overflow See other posts from Stack Overflow or by Andrew Lewis
Published on 2009-07-20T20:06:17Z Indexed on 2010/04/28 22:07 UTC
Read the original article Hit count: 257

Filed under:
|
|
|
|

I'm getting a 401 (access denied) calling a method on an internal web service. I'm calling it from an ASP.NET page on our company intranet. I've checked all the configuration and it should be using integrated security with an account that has access to that service, but I'm trying to figure out how to confirm which account it's connecting under. Unfortunately I can't debug the code on the production network. In our dev environment everything is working fine. I know there has to be a difference in the settings, but I'm at a loss with where to start. Any recommendations?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about web-services