Publishing ASP.net to Azure VM

99 Views Asked by At

There is LOTS of information on publishing asp to Azure Cloud Web Service and so forth but I cannot find a lot on publishing it to an azure VM.

Also another problem is anything I find assumes I have started a project with azure enabled from the start. Which I haven't done, so I would have to somehow convert it, again I have seen many ways of doing this on the web based on different requirements.

So how would I publish an ASP.net project (that has no reference to azure) to an azure VM.

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

Install Web Deploy into your VM and publish directly through Visual Studio

http://www.iis.net/downloads/microsoft/web-deploy