Is it possible to see project files in Windows Azure?

Just wondering if you can see the directory structure and all the files in a project loaded into Windows Azure? Can we use ftp or the developer portal to do this?

+5
source share
3 answers

You can configure Azure roles to enable RDP. This way you can log in and explore the directory structure, etc.

Additional information in this MSDN article http://msdn.microsoft.com/en-us/library/gg443832.aspx

+5
source

Or install WebMatrix, which allows you to view the entire structure of the Azure web application http://www.microsoft.com/web/webmatrix/

+2

All Articles