I installed a local Service Fabric cluster on a Shared Dev' PC, I was hoping to be able to use this environment for debugging and initial deployments for multiple team members.
However I can not seem to connect to this cluster from a remote PC, only locally.
I was wondering what I need to do to enable connection from within Visual Studio if possible, or from a browser?
I have opened the firewall up so it's not a port issue.
If I try to connect using the browser URL: http://ComputerName:19080/Explorer/index.html
I get the following error:
SocketException: A connection attempt failed because the connected party did not properly respond after a period of time.
Any ideas?
Thanks.