The operating system is the version of Windows Server 2003 Enterprise Edition Service Pack 2, and because of previous IIS problems, it was uninstalled and then reload, and I was always prompted to not copy the file when I reload IIS. Found n CD-ROM, optical mirror, IIS installation package, and so on, always prompted files can not find the file cannot be copied, even if it is skipped, the next is still unable to copy, all the CD and installation package can not be resolved, this may be a bug after the SP2 patch.
Online check, just know is the system security database out of the problem secedit.sdb, in the end is what kind of a database, I also do not know, is said to be a binary security database!
Workaround:
To repair the database, enter the following command in the Start menu run
Copy Code code as follows:
esentutl/p%windir%/security/database/secedit.sdb
Press OK, and then the following message will be printed on the screen:
Microsoft (R) Windows (r) Database Utilities
Version 5.2
Copyright (C) Microsoft Corporation. All Rights Reserved.
Initiating INTEGRITY mode ...
Database:l:\windows\security\database\secedit.sdb
Temp. database:tempinteg2680. EDB
Checking database integrity.
Scanning Status (% complete)
0 10 20 30 40 50 60 70 80 90 100
|---|---|---|---|---|---|---|---|---|---|
...................................................
Integrity Check successful.
Operation completed successfully in 0.841 seconds.
The dialog box appears, choose OK!
Install IIS again, it is resolved!