buxin_2008 发表于 2013-2-7 11:02:24

安装SQL Server 2005提示IIS未安装或者未启用的解决方法

在windows 2008安装SQL Server 2005数据库,结果过程中提示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 ContentCommon HTTP FeaturesDefault DocumentCommon HTTP FeaturesHTTP RedirectionCommon HTTP FeaturesDirectory BrowsingCommon HTTP FeaturesASP.NetApplication DevelopmentISAPI ExtensionApplication DevelopmentISAPI FiltersApplication DevelopmentWindows AuthenticationSecurityIIS MetabaseManagement ToolsIIS 6 WMIManagement Tools
页: [1]
查看完整版本: 安装SQL Server 2005提示IIS未安装或者未启用的解决方法