An open API service indexing awesome lists of open source software.

https://github.com/caledoniaproject/iis-metabase-parser

IIS MetaBase parser
https://github.com/caledoniaproject/iis-metabase-parser

Last synced: 9 months ago
JSON representation

IIS MetaBase parser

Awesome Lists containing this project

README

          

IIS MetaBase.xml parser
----------------------------

The module matches ServerBindings with Physical Paths. *Much more* helpful than the adsutil script

Usage:

./metabase.pl /path/to/MetaBase.xml

Output:


Physical Path: c:\inetpub\wwwroot
Domain name:
- (any) 80

Physical Path: d:\website
Domain name:
- website.com
- demo.website.com:8080

I cannot provide real-world examples here.