SQL SERVER 2005 Reporting Services 部署报表管理站点在 有主机头的站点上时的处理方法

     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

E8软件 提升企业战略执行力
http://www.chinae8.net
流程银行QQ群 :74080032

【流程管理】微信公众号:e8flow
原文地址:https://www.cnblogs.com/cancanwyq/p/1152355.html