3. IIS元數據庫可能壞了。。測試一下。 Try to enumerate metabase: 1. Open a command prompt and change to the C:/Inetpub/Adminscripts folder. 2. At the command line, type "cscript adsutil.vbs enum " (without the quotation marks). If this command is successful, it enumerates the settings in the metabase. If the command is not successful, you receive the -2146893792 (0x80090020) error code. 假如有備份,把數據回復。 如果沒有,參考 How to Manually Restore the Metabase When No Proper Backup Exists or When the MMC Does Not Start http://support.microsoft.com/?id=234429 HOW TO: Download, Install, and Remove the IIS MetaEdit 2.2 Utility http://support.microsoft.com/?id=232068
4.解決IIS不能啟動,提示服務器沒有及時響應啟動或控制請求! 問題現象: 1、在IIS中站點顯示停止,點擊開啟IIS不能啟動,提示:服務器沒有及時響應啟動或控制請求點擊重新啟動IIS提示:服務器沒有及時響應啟動或控制請求! 2、World Wide Web Publishing Services不能啟動,提示“錯誤1721,資源不足,無法啟動” 解決方法: 1、剛剛我也出現了那個問題,弄了一上午現在解決了,我是查出了World Wide Web Publishing Service服務沒有啟動,也啟動不了,按照他的依存關系,把其他的服務啟動了就可以了,我啟動的是HTTP SSL,然后World Wide Web Publishing Service就可以用了,iis也可以了 2、有一次站點訪問失敗,IIS服務無法啟動,我的解決思路是這樣的: 先打開Administrative Tools --> Service,發現World Wide Web Publishing Service停止了。于是試圖啟動該服務,結果報錯。 于是查看World Wide Web Publishing Services所需要依賴的服務(Dependencies),看到是IIS Admin Service。進而發現IIS Admin Service也無法啟動,再查IIS Admin Service的Dependencies,查的結果是Protected Storage和RPC(Remote Procedure Call),于是啟動RPC,接著順利啟動IIS Admin Service,接著啟動World Wide Web Publishing Services,于是IIS恢復正常。