2009-07-22 21 views
2
<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> 

答えて

0
関連する問題