<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.
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>