Azmeena
Azmeena

Reputation: 29

Asp.net app deployed on IIS server hosted on DMZ NIC, unable to get response from service fabric application

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 52.238.79.45:443

The error occurs when Application hosted on a on-premises IIS server tries to hit an API in Azure Service fabric cluster. We even allowed Any-Any connections on firewall to confirm if firewall is blocking but we got the same error. How can this be solved?

Upvotes: 0

Views: 81

Answers (1)

4c74356b41
4c74356b41

Reputation: 72171

impossible to know with the information provided, but applications on service fabric can be called from outside, so you need to check your setup

Upvotes: 0

Related Questions