昨天在朋友那里安装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网原创,如果转载请注明来源。