<Authentication>
<AuthenticationTypes>
<RSWindowsNTLM/>
</AuthenticationTypes>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>
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.
每当我在rsreportserver.config文件中进行上述设置时,我都可以在我的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?
但是,只要我有下面的设置,我就无法在我的Web应用程序中查看报告,但我可以访问报告管理器。我应该使用哪些设置才能访问这两个设置?
<Authentication>
<AuthenticationTypes>
<RSWindowsBasic/>
</AuthenticationTypes>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>
1 个解决方案
#1
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
#1
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