Posted to
IIS7 - General
by
Paolo72
on
05-25-2009, 4:30 AM
Hi, i'm trying to create a simple tree like IIS that show Sites/Virtual Directory/Applications/Folder/Files.
I have to do this for Win2003/Vista/Win2008/Win7 (iis 6 and 7).
I have some problems to show all folder.
For example this simple code not discover physical directories.
static void Main(string[] args)
{
...