Azure Tip: How To Deploy a ZIP File to Windows Azure
Last month, The Code Project ran an Azure contest and gave away several Amazon Kindles. As part of the contest, which we hosted on Azure, we deployed a sample project with all of the necessary install files for getting started with Windows Azure. It turned out to be slightly more difficult than expected to actually get the zip file deployed to the cloud, so I thought I’d post here in case others ran into the same issue. The issue isn’t related to ZIP files, of course, but to any content file that is added to a web project that isn’t a typical ASP.NET or web file type (e.g. .aspx, .gif, etc.). For instance, if you simply add a .zip file to an ASP.NET web … more