is it possible to see project files in Windows Azure?
Just wondering, is it possible to see the directory structure and all the files in a project that is uploaded to Windows Azure? Can we maybe use a开发者_开发知识库n ftp program or the developer portal to do that?
You can setup your Azure roles to enable RDP. That way you can log onto the machine and investigate the directory structure, etc.
More information at this MSDN article http://msdn.microsoft.com/en-us/library/gg443832.aspx
Or install WebMatrix which lets you view the whole structure of an Azure web app http://www.microsoft.com/web/webmatrix/
An old article that explains how to view package contents:
http://blogs.msdn.com/b/jnak/archive/2009/04/16/digging-in-to-the-windows-azure-service-package.aspx
精彩评论