C
C#yucaconqueso

✅ ASP.NET Core Web Api + SignalR

Hi, I have an API deployed on IIS but when a person wants to access it they get an error: "ERR_CONNECTION_TIMED_OUT" Any solution?
C
canton717d ago
The solution is to debug your problem. It's really hard to us to say why the connection might be timing out -- that's a networking thing. Maybe the domain is wrong; maybe there's a firewall; maybe the server is misconfigured; maybe the server isn't actually running; maybe it's something else entirely Use your toolkit of networking tools to find out where the problem is