Asked by:
FTP connection to ASP.NET website on Windows Azure

Question
-
User-587630019 posted
How do I make an FTP connection to our asp.net website which has been deployed to Windows Azure?
Monday, December 30, 2013 1:28 AM
All replies
-
User379720387 posted
I don't know what your development environment is, so I will give it for WebMatrix.
In Azure click on your site and then under Publish your app click on Download the publish profile. This little file is what links your site as it exists on your development box to it place on Azure.
In WebMatrix click on REMOTE then on Settings.
Then New Profile if you cannot find it it is all the way on the top left.
Save, then Validate connection.
Publish.
I think Microsoft calls it web deploy. It is pretty much as easy as publishing can be made to work. I have forgotten about FTP.
Monday, December 30, 2013 8:46 AM -
User-587630019 posted
We are using Visual Studio 2010.
Monday, December 30, 2013 9:11 AM -
User379720387 posted
Same thing with the publish settings.
http://blog.arvixe.com/how-to-use-web-deploy-to-deploy-your-website/ is just one of the links I found.
Monday, December 30, 2013 11:37 AM -
User-587630019 posted
My question was on how to use FTP connection to deploy to Wndows Azure. This is the opposite of what I asked: "publish your site quickly and easily without having to login to the control panel or FTP"
Monday, December 30, 2013 3:15 PM -
Monday, December 30, 2013 3:47 PM
-
User-691245060 posted
if you are working in Azure VM Roles, then you can enable FTP access as shown here - http://www.intstrings.com/ramivemula/articles/enable-ftp-access-on-windows-azure-vm/
if you are working on the WebRoles, then http://mayur.gondaliya.com/microsoft/creating-ftp-server-on-windows-azure-493.html
Thanks,
Monday, January 6, 2014 5:12 AM