Can you configure Visual Studio to deploy to a virtual machine?

I have a virtual machine with a Windows 2003 server. On a separate machine on the network, reserve computer resources on my dev machine. Is it possible to configure visual studio 2008, so when I click deploy, it will deploy the solution in a virtual machine instead of my development machine?

Edit

I should note that I am deploying these solutions on a sharepoint server

Thanks!

+4
source share
3 answers

From the point of view of Visual Studio, there is no difference between a virtual machine and a physical machine. If the machine is accessible over the network, you can install it in the same way as on any other machine.

+2
source

If you are trying to publish a website, you can do it. Is this a web or windows application?

0
source

If the network can see your virtual machine, you can deploy it to this computer, like any other.

0
source

All Articles