Im trying to deploy an app into Azure, its basically a completely fresh vanilla cloud app with an ASP.NET webrole created in VS2010.
When I try to create a new hosted service and I choose the files created by the publish step, all I ever get is
"Uploading the selected package has failed, please verify your network connection and try again"
"The upload was unsuccessful"
My network is fine, but I dont know how to get past this issue... the uploaded fil开发者_Python百科es are no bigger than 3MB
As an alternative, you may want to deploy your Azure projects from inside Visual Studio. It's much easier.. Just right click on your cloud project in Solution Explorer > Publish.
http://msdn.microsoft.com/library/ff683672.aspx
精彩评论