In an ISAPI Filter, how can I retrieve metabase properties for the current application?
I know I can get the metabase path by retrieving the server variable APPL_MD_PATH
.
How can I get, for example, the PutReadSize property, at runtime, within an ISAPI Filter?