I figured out the cause of the problem myself. For unknown reasons the value of " DontLog " in IIS' MetaBase was changed from the default value 0 to 1, meaning that client visits wasn't logged. Another related setting is " LogType ", it should be " 1 " (true). LogType...