Hi,

Recently I started using NetBeans for C++ and found this interesting thing. I had to compile my code in UNIX but my system had Vista.

NetBeans allows me to debug and run code (for simplicity sake, assume that code files are present locally, on my system) on remote server from my system, and the output is generated at my local system.

Is this feature available in .Net? I guessed something like this might be available in VSTS (Team System), but seems it is missing (I might be wrong).

The idea is (repeating myself) to write code locally but (assuming local system doesn't have .Net Framework installed or has older version, say 1.1 but the developer wants to target 3.5) let it debug and run on remote machine and bring back output to local machine.

Thank you.