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
- Host: GitHub
- URL: https://github.com/caledoniaproject/iis-metabase-parser
- Owner: CaledoniaProject
- Created: 2014-10-01T06:58:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-01T07:05:26.000Z (over 11 years ago)
- Last Synced: 2025-03-13T19:12:43.869Z (over 1 year ago)
- Language: Perl
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.