I have report services running on SQL Server 2008 within a domain. I can hit http: // localhost / reportserver without errors. I can get to the same site from the website (also in the domain name) using the internal IP address of the DB block (192.169.XX / ReportServer / ReportService.asmx.) I looked at the SSRS logs and I see these images correctly recorded, no errors.
However .. I have a website that uses the .NET ReportingService class to connect to SSRS. Using the same credentials as before, I get "Unable to connect to the remote server."
I checked there is no firewall. Quadrupled checked the configuration on the website to make sure it had the correct credentials and service URL for SSRS. There are no hits in SSRS logs either when I try to connect via .NET, so something is definitely blocking access.
I swallowed my fingers in blood and seriously wanted to help. I'm sure this is a small thing, I just can't think about it.
source share