Home All Groups Group Topic Archive Search About

IIS - virtual directories

Author
16 Dec 2005 4:52 PM
Mark
In our root web site, we have roughly 100 folders.  10 of these are virtual
directories.  The other 90 folders are a mix - some contain static HTML
content.  Others contain subfolders and additional virtual directories.
Yikes.

I need to identify all the virtual directories on our server, but drilling
down into every single folder in search of sub folders containing virtual
directories is potentially error prone.

Is there a way to list every virtual directory in a web site?
Programmatically or with a windows tool?  The quicker/easier the better.

Thanks in advance.

Mark

Author
16 Dec 2005 7:38 PM
Mark
Best hack I came up with was searching all hard drives on the server for
web.config files.  This is .NET specific, but met our needs.

Mark

Show quote
"Mark" <m***@nojunkmail.com> wrote in message
news:%23z%23UXEmAGHA.1676@TK2MSFTNGP09.phx.gbl...
> In our root web site, we have roughly 100 folders.  10 of these are
> virtual directories.  The other 90 folders are a mix - some contain static
> HTML content.  Others contain subfolders and additional virtual
> directories. Yikes.
>
> I need to identify all the virtual directories on our server, but drilling
> down into every single folder in search of sub folders containing virtual
> directories is potentially error prone.
>
> Is there a way to list every virtual directory in a web site?
> Programmatically or with a windows tool?  The quicker/easier the better.
>
> Thanks in advance.
>
> Mark
>

AddThis Social Bookmark Button