昨天在朋友那里安裝SQL Server 2005數據庫,他的是Windows 2008操作系統,結果過程中提示IIS未安裝或者未啟用。但是IIS卻已經安裝了,這是怎么回事呢?
查看了微軟的官方網頁,發現有這樣的問題提出。
影響到的操作系統有:
* Windows 7
* Windows Server 2008 R2
* Windows Server 2008
* Windows Vista
適用于:
* Microsoft SQL Server 2005 Standard Edition
* Microsoft SQL Server 2005 Workgroup Edition
* Microsoft SQL Server 2005 Developer Edition
* Microsoft SQL Server 2005 Enterprise Edition
* Microsoft SQL Server 2005 Express Edition with Advanced Services
但是,并不是所有IIS都有類似的問題,關鍵還取決于IIS安裝的組件。
官方文檔指出,在安裝IIS7的時候,要安裝如下組件,才能解決這個問題:
組件 | 文件夾 |
靜態內容 | 常見HTTP功能 |
默認文檔 | 常見HTTP功能 |
HTTP重定向 | 常見HTTP功能 |
目錄瀏覽 | 常見HTTP功能 |
ASP.Net | 應用程序開發功能 |
ISAPI 擴展 | 應用程序開發功能 |
ISAPI 篩選器 | 應用程序開發功能 |
Windows身份驗證 | 安全性 |
IIS元數據庫和IIS 6配置兼容性 | IIS6管理兼容性 |
IIS 6 WMI兼容性 | IIS6管理兼容性 |
英文版本
Component | Folder |
---|---|
Static Content | Common HTTP Features |
Default Document | Common HTTP Features |
HTTP Redirection | Common HTTP Features |
Directory Browsing | Common HTTP Features |
ASP.Net | Application Development |
ISAPI Extension | Application Development |
ISAPI Filters | Application Development |
Windows Authentication | Security |
IIS Metabase | Management Tools |
IIS 6 WMI | Management Tools |
注意:本文為西部e網原創,如果轉載請注明來源。