WebApplication can't access wcf service deployed on same machine
WebApplication can't access wcf service deployed on same machine
We have a WebApp & WCF service running under AppPools A1(using service account User1) & A2(using service account User2) respectively.
While webapp is trying to connect to wcf service, we are getting following error System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
The only way I can make webapplication access the wcf service is if I'm logged in to the web server using the service account User2.
Once the service account user logs off the server, the same error appears.
Here is the web server/app configuration
.NET version : v 4.0
IIS : 10.0.14393.0
OS : Windows Server 2016
Yes, the service accounts are from AD
– Epsi Coder
Sep 5 '18 at 17:20
0
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Both are Windows authentication? Check Kerberos delegation.
– Lex Li
Sep 5 '18 at 17:02