ASP.Net Reportviewer in folder not working
- by Bruce
We can run the ReportViewer in a ASP.Net Web App project that is off the root OK so localhost/test/report.aspx works. It's running as a Client Report. But if we move the application up another level the report stops working so localhost/testfolder/test/test.aspx.
When the report fails it has no data to display and none of the images are loading.
Info: We are bind the report in code and sort out the Report.LocalReport.ReportPath to the correct path.
Can't help thinking there is a setting wrong, but stumped at the moment!