Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a cloud solution where

  • Visual Studio runs on a virtual desktop hosted in the PUBLIC cloud (not on private physical server in my computer room)
  • the virtual desktop can be reached from anywhere in the world
  • the virtual desktop can talk to an actual remote SQL Server instance on another domain over a VPN
  • the VPN would require no special software to be installed on the firewall of the remote domain
  • the virtual desktop would be able to join other Windows domains (somewhere else in the world) as a domain-user so that Visual Studio can publish apps to LAN servers inside those domains?
share|improve this question
It sounds like you're asking "Can I run Windows as a virtual desktop, hosted on the Internet" -- in which case you have grossly over complicated your question with details that don't need to be brought up to ask this question. Yes, there are ways to do this but I'm not certain of the specifics (hence a comment rather than answer), but you can look into things like aws.amazon.com/solutions/global-solution-providers/citrix – mah Feb 12 at 12:40
@mah: Isn't it hubris of you to accuse me of "grossly overcomplicating the question" when you say you are "not certain of the specifics"? But in any case, thank you for the link. I will explore it. Thanks for the term "desktop virtualization" used there. – Tim Feb 12 at 12:57
I'm not certain of the specifics of how the solutions for purchasing desktop virtualization work, but that doesn't change the very real fact that your question was way too verbose, hence overly complicated, and this is not hubris on my part. I can see now that your lack of familiarity with virtualization is likely to cause of your being too verbose, but I apologize if you took offense in how I stated it. Offense was not my intent. At any rate, I'm glad you seem to have been helped by Paul's answer and possibly my link as well. – mah Feb 12 at 15:12
@mah: You are confusing specificity with verbosity. When looking into cloud servers a year or so ago (now I'm looking for cloud desktop) I did run into a problem where the cloud server did not have a dedicated hardware firewall but used the built-in Windows software firewall; it was unable to establish a VPN with our hardware firewall unless certain VPN-client-software was installed on it, but the VPN-client-software would not run on Windows Server, only on Windows clients. – Tim Feb 12 at 16:31

1 Answer

up vote 0 down vote accepted

Windows Azure Virtual Machines come to mind here. Now, granted, you will have to install and have licenses for all the software you wish to use (Though I think a MSDN license would cover you). But, you could easily deploy a VM, configure with all of your development tools then save that as a template. The template could then be redeployed in minutes to any number of VMs.

Azure virtual machines can do VPN and join domains.

share|improve this answer
thank you for the term "Virtual Machines" -- vastly improved the signal-to-noise ratio when searching :-) – Tim Feb 12 at 12:50

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.