I have written a simple socket server as console app project and socket client as console app project in C#. I deploy the socket server project to Azure cloud using Publish As Azure WebObject from VisualStudio 2013. But I cannot connect my client app on premise to the server on cloud.
If Publish As Azure WebObject is not the right way, what would be the correct way to deploy other than to cloud VM?