Reputation: 1
Is it possible to upload an ASP.NET web application onto a virtual 2008 server on VMware? After creating a web application from visual studios, I am trying to upload it onto a virtual server. Can it be done? If possible is there any advice?
Upvotes: 0
Views: 47
Reputation: 13864
Doing it inside VMware is no different from doing it on a regular machine.
First you just do your normal release build in Visual Studio so your bin directory has your web application ready to go. Then you can deploy in either one of two ways:
Upvotes: 1