Report Server Web Site Shows File Not Found

Hi -

I have installed VS2005 and SQL Server 2005, with all reporting services features turned on. When I look at IIS i see applications for ReportingServer and Reports.

But i cannot seem to browse or run any reports. From SQL Server management Studio, from IIS, from browser all give same results - page not found. Did I miss a configuration Who needs permissions to what I created the report in VS2005 and deployed it but i cannot see it in the IIS virtual directory for ReportServices. When i look at folders in management studio, i see the folders for the project, and the report, but they dont show up in IIS.

HELP! nothing works!



Answer this question

Report Server Web Site Shows File Not Found

  • Yuvaraj D

    Deployed reports don't go into IIS. They are stored internally in the reporting services databases.

    Go to http://localhost/reports

    This should show you 'Report Manager'. You can execute your reports from there.

    Regards

    Paul



  • Nisith Paul

    The ReportServer settings on the project are to the Reporting Services web services. For URL access to a report you need to look at the help file. Here is an example:

    http://servername/reportserver /SampleReports/Employee Sales Summary&rs:Command=Render&rs:format=HTML4.0


  • JackTruneh

    When you deploy reports in VS, what is the ReportServerUrl property of the project You should be able to access the same url from IE.
  • Report Server Web Site Shows File Not Found