我有2个申请
我已经将两个应用程序都托管在服务器中
(ip:10.100.199.660)
1. IIS binding [services.mycompany.com:80] -> Service
2. IIS binding [webapp.mycompany.com:80] -> Web application
在这里,当我请求 services.mycompany.com 时,它可以正常工作。 但是当我请求webapp(内部调用services.mycompany.com)时,它显示以下错误:
在处理请求时发生未处理的异常。
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
System.Net.Http.ConnectHelper.ConnectAsync(string host, int port, CancellationToken cancellationToken)