If you open the IISMetabase xml file you will see something like
<IIsWebServer Location ="/LM/W3SVC/1739153350"
AuthFlags="0"
ServerAutoStart="TRUE"
ServerBindings=":80:"
ServerComment="myWebSite"
>
</IIsWebServer>
The 1739153350 in the above snippet was automagically generated. Can I hard-code it? If so how do I do it?
TIA rams
You can use the Metabase Explorer from IIS Resource Toolkit and change the "key". Be sure to backup your metabase.xml
This is all from memory because I have done this about one gajillion times.
Follow these 2 steps first
Next directly open the metabase.xml file and change the value and save it in the same location, But take backup of metabase.xml before doing this, If any thing goes wrong we can restore the file or restore the recent xml file which is automatically saved in history folder. Path of history directory is %systemroot%System32\Inetsrv\History.