Hello everyone,
I am facing one issue so, trying to explain the whole scenario.
Final Result : I am having a TCPClient (a console application) which will send data to TCPListener (a web app hosted on azure).
Implementation :
Problem :
TCP Client (local console application) is not able to connect to the TCP listener. By default web app allows only 80 and 443 port. So, to open other ports tried below solutions,
None of the above solution works. Also tried to check port via telnet and connection failed which means port is not open. I am stuck here don't know which part is missing.
Any help is appreciated.
Thanks.