Additional Microsoft Defender tools and services that provide security across various platforms and environments
It looks like there’s a misunderstanding regarding how you're connecting. If the application is hosted on a remote server, you cannot use localhost or check the local port on your client machine to verify the connection.
The Get-NetTCPConnection command you ran only looks at your local machine. You need to ensure you are using the server’s actual IP address or domain name in your connection string. Additionally, verify that the server's firewall is configured to allow traffic on port 7060 from external clients and that you have configure the binding on the remote server.