I'm running an IIS 5.1 web server at home (Windows XP Pro), and what I was
hoping to do is list all of the directories for a web site which have
anonymous access disabled.

Does any one know of an existing tool which could do this?

TIA

Re: Listing Directories with Anonymous Access Disabled by Chris

Chris
Tue Apr 04 04:51:33 CDT 2006

I wrote a simple VB Script for you - see the article and the file at the URL
below.

http://blog.crowe.co.nz/archive/2006/04/05/605.aspx


--

Cheers

Chris Crowe [IIS MVP 1997 -> 2006]
http://blog.crowe.co.nz
------------------------------------------------


"Powerboy" <powerboy@rare-extreme.com> wrote in message
news:4431db2e$0$2103$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
> I'm running an IIS 5.1 web server at home (Windows XP Pro), and what I was
> hoping to do is list all of the directories for a web site which have
> anonymous access disabled.
>
> Does any one know of an existing tool which could do this?
>
> TIA
>



Re: Listing Directories with Anonymous Access Disabled by Powerboy

Powerboy
Wed Apr 05 08:56:31 CDT 2006

"Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
message news:eVUcc18VGHA.4416@TK2MSFTNGP15.phx.gbl...
>I wrote a simple VB Script for you - see the article and the file at the
>URL below.
>
> http://blog.crowe.co.nz/archive/2006/04/05/605.aspx
>
> "Powerboy" <powerboy@rare-extreme.com> wrote in message
> news:4431db2e$0$2103$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
>> I'm running an IIS 5.1 web server at home (Windows XP Pro), and what I
>> was hoping to do is list all of the directories for a web site which have
>> anonymous access disabled.
>>
>> Does any one know of an existing tool which could do this?
>>

Thank you Chris, the script is exactly what I was looking for.