2
votes

I have a web site built using ASP.NET MVC4 that I can publish fine to both Azure Websites and a W2K8 R2 server using Visual Studio 2012's Publish web application wizard.

I also have successfully configured VS 2010 to publish to my W2K8 R2 server using the old VS 2010 Publish Web wizard.

However, this old VS 2010 wizard does not work with the "publish profiles" from Windows Azure Web Sites. I assume there is a version of the new wizard that works with VS 2010, but I cannot figure out how to install it, or if I already have it installed, access it.

I thought there was a command line tool that did this, but digging into msbuild and web deploy provided with no love.

How does one publish an ASP.NET MVC4 app to Azure Web Sites using VS 2010?

1

1 Answers

4
votes

You can download the tools for Visual Studio 2010 on the Microsoft Windows Azure .NET developer center downloads page. Hope that helps!