安装Team Foundation Server的时候,在dv_VSETInstall.chm中,“Team Foundation Installation Guide \Overview of Team Foundation Server Single-Server Deployment /Installing Team Foundation Server/Create and Assign SQL Server Reporting Services Application Pool”下,
有以下文字:
2. In Internet Information Services (IIS) Manager, expand the local computer, expand Web Sites, expand Default Web Site, right-click Reports, and then click Properties.
但是我在ISS的默认站点下面并没有发现Reports,只有
ReportServer和ReportsManage,我不知道该如何完成上述的步骤。
缺省的情况下,SQL Server Reporting Servies的Report Manager对应的virtual direcroty是reports。
REP:
至于您在IIS的默认站点下面并没有发现Reports,而只有ReportsManage,估计是安装的时候改成这个名字的。在安装SQL Server Reporting Servies时,您可以自己指定ReportServer和ReportManager的名称,缺省是ReportServer和Reports.
既然在您的环境中已命名为ReportsManage,您可以把它当成文档中Reports,应该没有问题,只是名称而已。比如,缺省是这样访问的: http://localhost/reports, 您现在可以这样访问: http://localhost/ReportsManage