Forum Moderators: phranque

Message Too Old, No Replies

metabase.bin file format

any knowledge of an existing file description?

         

realmofillusions

11:09 pm on May 14, 2006 (gmt 0)

10+ Year Member



I am creating an application that needs to be backwards compatible with older versions of IIS. Does anyone know of an existing white paper that describes the metabase.bin file format? having opened it in an octal editor, see that there is what appears to be a header for a virtual server

IIsWebServer

followed by hex

fe fd 03 f7
03 00 00 01
00 00 00 02
00 00 00

followed by a header for a virtual directory

IIsWebVirtualDir

Im trying to add a virtual directory for a virtual server programatically, and if i can get out of back engineering it myself...:-)

Thanks in advance,

vlg

realmofillusions

11:40 pm on May 14, 2006 (gmt 0)

10+ Year Member



someone once said "never mind"
soto voce

for anyone who was smart enough to look in advance at the microsoft site, and was nice enough not to point this out..
thank you
just found a brilliantly thorough description of the metabase.bin format

OH..if only i had looked first

vlg