<Authentication>
<AuthenticationTypes>
<RSWindowsNTLM/>
</AuthenticationTypes>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>
上記の設定がrsreportserver.configファイルにあるときは、Webアプリケーションでレポートを表示できますが、レポートマネージャにはアクセスできません。SQL Server 2008 Reporting Services認証
しかし、以下の設定があるときは、Webアプリケーションでレポートを表示できませんが、レポートマネージャにアクセスできます。両方にアクセスするにはどのような設定を使用する必要がありますか?
<Authentication>
<AuthenticationTypes>
<RSWindowsBasic/>
</AuthenticationTypes>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>