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!

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:
JackTruneh