Hi,
I'm attempting to set up SQL Server Reporting Services on one of my environments. The architecture is:
Database Server: SQL Server 2014 hosting my databases as well as the ReportServer / ReportServerTempDB databases
SSRS Server: SQL Server 2014 with just SSRS installed, hosting the web front end
I created a new SSRS database using the SSRS configuration manager.
When I log into the website on the local machine (http : // localhost/reports)
I did some research and verified that my AuthenticationTypes in the rsreportserver.config file was set to only RSWindowsNTLM.
Additional environment info: both servers are hosted on AWS, and we are using an ELB to access the SSRS webserver. I'm using IE11 to attempt web access.
Thanks!