使用IIS托管的相同IP的连接尝试失败

时间:2019-06-07 14:29:19

标签: asp.net-mvc websocket .net-core iis-7

我有2个申请

  • 使用.Net Core构建的API服务
  • 使用.Net Core MVC构建的Web应用程序

我已经将两个应用程序都托管在服务器中

  

(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)

0 个答案:

没有答案