Port forwarding Visual studio from remote machine? - visual-studio

I'm remoting into a development machine and working with visual studio 2017. I'm wondering if it's at all possible to do some port forwarding so when I'm debugging my application through visual studio in the remote machine that I can access the site through my local machine?

Related

What does Visual Studio for Mac use to host applications?

When you hit the run button in Visual Studio for Mac, what service is it that actually temporarily runs the website? So for example if I ran the application in Windows the site would be running under Local IIS (assuming I had nothing else configured) - is there a Local IIS equivalent for Visual Studio for Mac?

What port uses Visual Studio to connect to TFS server?

I'm using TFS Server 2013 en Visual Studio 2013. I want to make the TFS Server available via the internet so that (only) certain developers/ipaddresses can work at home.
My question is: What port does TFS Server use to connect to Visual studio? In other words: What port must I open/forward in my firewall for this to work?
There is no communication from TFS to Visual Studio as all traffic flows the other way.
Visual Studio connects with 8080 by default and 443 if secured.
I would however recommend that you leave everything to Visual studio online (http://tfs.visualstudio.com) as It is already secured and does not need any firewalls to be opened.

connect to visual studio online 2013 from visual studio 2010

I can login to TFS ( now called visual studio online 2013 ) from my existing machine. Recently I got a new machine. I am trying to connect from this machine for the first time. I get "Unable to connect to the remote server" error. I think my port number may be incorrect.
What command can I issue on my working computer to know the correct port number used? ( I have tried 8080 already).
I am using "team" -> "connect to team foundation server" and then adding server.
You have to install Visual Studio 2010 SP1 Team Foundation Server Compatibility GDR (and don't forget to install SP1 first)
Then just specify your VSO account URL in the Connect dialog e.g. https://testaccount.visualstudio.com/
You don't need to add a port number, it should work without it

Cannot connect to remote debugger

I'm not able to connect to Visual Studio remote debugger on remote machine (in the same network). The MSVSMON is running on the remote machine. When I try to list the process, there is a entry (in the remote machine) in the VS Remote Debugging Monitor saying the "username" connected. But the on the host, machine it times out and displays an error.
I'm running Windows Server 2012. Visual Studio 2010. x64.
Any leads on how to get this working?
Thanks!

Remote Debugging in VisualStudio with msvsmon.exe

When remote debugging on a remote web server you need to have the remote debugging tools from Visual Studio installed on the web server.
Is it possible to run multiple versions of the msvsmon.exe at the same time?
How do people handle the case where some of the developers are running Visual Studio 2008 and others are useing 2010?

Resources