[This is preliminary documentation and subject to change]
This scenario illustrates how the metabase history feature works under the following conditions:
What you will learn:
Action taken: A write-to-disk event occurs:
IIS performs a series of verifications. See Writing the Metabase to Disk for more information about the verifications.

Note
This is the only situation in which the
temporary file is not deleted by IIS. Along with the event log
error, this can be valuable information to remember when
troubleshooting.
A particular issue of concern regarding this scenario is when IIS is shut down and the MetaBase.xml file is write-locked. In this case, when IIS is restarted, the configuration that is copied into the in-memory metabase from the MetaBase.xml file does not contain the latest changes. To recover from this issue, you can compare the MetaBase.xml file with the latest history file to determine the changes that were made and then write the changes to MetaBase.xml or re-apply the changes to the in-memory metabase. This situation can be avoided by using a text editor, such Notepad, that does not write-lock files.
Related Topics