Installing SQL Reporting Services on Server 2008
I installed SQL 2005 Std 64-bit Reporting Services using a default configuration on a clean install of Server 2008. I followed all the steps in Microsoft’s KB http://support.microsoft.com/kb/938245 entitled “How to install and how to configure SQL Server 2005 Reporting Services on a computer that is running Windows Server 2008” but was still getting an error when browsing to http://localhost/reports or http://servername/reports :
“Error. Unable to connect to the remote server”
Here is how I fixed it:
- In IIS 7 Manager, highlight the ReportServer application
- In right pane click on Handler Mappings
- Click Edit Feature Permissions in the Actions Pane
- Enable Script and Execute.
- Click OK
- Restart IIS and SQL Reporting Services service
I found the solution here:
