I have minimal experience with Windows Azure.
I have a virtual machine running connected to it using Remote Desktop by inserting the C # executable there.
Then I installed Visual Studio Remote Debugging Tools, launched it, configured it to allow authenticated connections from any user, and configured the endpoint on the mentioned port (4018).
But I seem to be unable to connect the visual studio to the instance. I tried to enter the VM address: port, but this did not work.
Is it possible to do this, or should the remote computer be on the same network, and not over the Internet? Is there a guide explaining the process? Most of what I found related to debugging an azure application, but nothing seemed to be about an arbitrary program.
source
share