2009-07-22 89 views
2
<Authentication> 
    <AuthenticationTypes> 
     <RSWindowsNTLM/> 
    </AuthenticationTypes> 
<EnableAuthPersistence>true</EnableAuthPersistence> 
</Authentication> 

每当我在我的rsreportserver.config文件中有上述设置时,我可以在我的Web应用程序中查看报告,但无法访问报告管理器。SQL Server 2008报告服务身份验证

但是,每当我有以下设置,我无法查看我的Web应用程序中的报告,但我可以访问报告管理器。我应该使用哪些设置才能访问这两个设置?

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

回答