Anders
Anders

Reputation: 12560

Can you set up Visual Studio to deploy to a Virtual Machine?

I have a virtual machine running windows 2003 server. It is on a separate machine on the network to 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 to the virtual machine instead of my development machine?

Edit

I should note that I am deploying these solution(s) to a sharepoint server

Thanks!

Upvotes: 4

Views: 1549

Answers (3)

Mark
Mark

Reputation: 11750

From Visual Studio's point of view, there is no difference between a virtual machine and a physical machine. If the machine is accessible over the network, you can deploy to it as you would to any other machine.

Upvotes: 2

Kevin Laity
Kevin Laity

Reputation: 2481

If the network can see your virtual machine then you can deploy to that machine just like any other.

Upvotes: 0

Chris Stewart
Chris Stewart

Reputation: 3299

If you're attempting to publish a website, you can certainly do that. Is this a web or Windows application?

Upvotes: 0

Related Questions