SQL SERVER 2005 Reporting Service 比 SQL SERVER2000 下的Reporting Service 有很很大的增强,比如可以很方便配置报表应用站点,也提供了终端用户可以掌握的报表自定义工具。。。。。
但上次部署在有主机头的WEB站点上时出现了不能实现集成验证访问的情况,无论怎么输入用户名和密码,总提示没有经过验证
比如默认网站设置了主机头。 www.chinae8.net ,访问 http://www.chinae8.net/reports 站点总不能通过集成验证。
解决方法:
在 Reports虚拟目录的文件下有个 RSWebApplication.config 的文件
原始配置:
<
ReportServerUrl
></
ReportServerUrl
>
<
ReportServerVirtualDirectory
>
ReportServer
</
ReportServerVirtualDirectory
>
改为新配置:
<
ReportServerUrl
>
http:
//
www.chinae8.net/reportserver</ReportServerUrl>
<
ReportServerVirtualDirectory
></
ReportServerVirtualDirectory
>
把 <ReportServerVirtualDirectory> 配置项去掉换成 <ReportServerUrl> 里直接指定 URL地址的方式即可
知识参考地址: http://technet.microsoft.com/zh-cn/library/ms155878.aspx
E8.Net工作流平台为企业应用开发提供了一个起点,欢迎访问 : http://www.feifanit.com.cn/productFlow.htm
但上次部署在有主机头的WEB站点上时出现了不能实现集成验证访问的情况,无论怎么输入用户名和密码,总提示没有经过验证
比如默认网站设置了主机头。 www.chinae8.net ,访问 http://www.chinae8.net/reports 站点总不能通过集成验证。
解决方法:
在 Reports虚拟目录的文件下有个 RSWebApplication.config 的文件
原始配置:


改为新配置:


把 <ReportServerVirtualDirectory> 配置项去掉换成 <ReportServerUrl> 里直接指定 URL地址的方式即可
知识参考地址: http://technet.microsoft.com/zh-cn/library/ms155878.aspx
E8.Net工作流平台为企业应用开发提供了一个起点,欢迎访问 : http://www.feifanit.com.cn/productFlow.htm