I have 2 web services A and B hosted under the same web site. Web Service A uses/calls the APIs of web service B. Both the services are using the "Custom Application pool" as they need to access Database...and I need to use Windows Authentication for both the services.
So when I try to call the API of service A, it prompts me for userName and password and after that it throws an error. Now if I change the authentication of web service B to anonymous, it works fine. It seems to be double-hop issue but I am not sure how to fix it..
Please help me in fixing this issue..
Thanks