user246392
user246392

Reputation: 3027

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 an ftp program or the developer portal to do that?

Upvotes: 5

Views: 2476

Answers (3)

atreeon
atreeon

Reputation: 24177

Or install WebMatrix which lets you view the whole structure of an Azure web app http://www.microsoft.com/web/webmatrix/

Upvotes: 2

RichBower
RichBower

Reputation: 204

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

Upvotes: 0

John Ptacek
John Ptacek

Reputation: 1886

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

Upvotes: 5

Related Questions