SQL Server 2008 报告服务身份验证 [英] SQL Server 2008 Reporting Services Authentication

查看:56
本文介绍了SQL Server 2008 报告服务身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<Authentication>
    <AuthenticationTypes>
        <RSWindowsNTLM/>
    </AuthenticationTypes>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>

只要我的 rsreportserver.config 文件中有上述设置,我就可以在我的 Web 应用程序中查看报告,但我无法访问报告管理器.

Whenever I have the above settings in my rsreportserver.config file I can view reports in my web application but I can't access the Report Manager.

但是每当我进行以下设置时,我都无法在我的 Web 应用程序中查看报告,但我可以访问报告管理器.我应该使用哪些设置才能同时访问两者?

But whenever I have the settings below I can't view the reports in my web application but I can access the Report Manager. What settings should I use to be able to access both?

<Authentication>
    <AuthenticationTypes>
        <RSWindowsBasic/>
    </AuthenticationTypes>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>

推荐答案

我相信您已经看过这些项目,但我想我会传递下去,以防它们有用或其他人需要它们:

I'm sure you've already seen these items, but I thought I would pass along just in case they are useful or anyone else needs them:

http://blogs.msdn.com/brianhartman/archive/2008/11/21/custom-credentials-in-the-report-viewer.aspx

http://blogs.msdn.com/jameswu/archive/2008/07/15/anonymous-access-in-sql-rs-2008.aspx

http://technet.microsoft.com/en-us/library/ms159272%28SQL.90%29.aspx

http://blogs.msdn.com/microsoftbob/archive/2009/08/20/a-wrapper-for-running-sql-server-2008-reporting-services-reports-anonymously.aspx

这篇关于SQL Server 2008 报告服务身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆