How to generate a report of IIS settings for easy perusal?

Posted by Bryan on Stack Overflow See other posts from Stack Overflow or by Bryan
Published on 2010-03-16T17:47:27Z Indexed on 2010/03/16 17:51 UTC
Read the original article Hit count: 226

Filed under:

Hello,

I'm looking for a way to (hopefully) create a text file which lists all the settings in IIS for..

  • Virtual Directories
  • Web sites
  • Which framework is used on a certain website/directory
  • directory of hosted files
  • etc.

Basically I want to do some investigation on some of our servers to figure out where certain projects are located, without digging through right clicking and looking for the directory name manually, etc, for every domain we host.

The reasoning is that I often need to find access to files/projects I haven't worked on before, but historically, we don't have a strong naming scheme, so you can't just look where something "logically" would be - so, generating a list would be very helpful.

Something like this would be awesome, but I'm looking for any tips at all

  • Domainname1.com
    • framework: ASP.NET 1.1
    • directory: c:\inetpub\wwwroot\domainname1.com
    • Applications hosted at this domain:

etc, etc.

Plain text, XLS, XML.. anything other than right clicking through the whole list!

Thanks!

© Stack Overflow or respective owner

Related posts about iis