帮同事安装SQL SERVER 2005时出现2个警告信息,导致无法安装reporting service.警告如下:
- ASP.Net Version Registration Requirement (Warning)
Messages
· ASP.Net Version Registration Requirement
Failed to find the ASP.Net Version Registration with Microsoft Internet Information Services (IIS).
和
- IIS Feature Requirement (Warning)
Messages
· IIS Feature Requirement
· Microsoft Internet Information Services (IIS) is either not installed or is disabled. IIS is required by some SQL Server features. Without IIS, some SQL Server features will not be available for installation. To install all SQL Server features, install IIS from Add or Remove Programs in Control Panel or enable the IIS service through the Control Panel if it is already installed, and then run SQL Server Setup again. For a list of features that depend on IIS, see Features Supported by Editions of SQL Server in Books Online.
第一感觉IIS没有装好,通过控制面板打开window功能安装,发现IIS的iis6.0组件没有安装。在控制面板上选择了该项功能并安装成功。
再打开数据库安装软件,没有任何警告和错误。