I'm running sql 2008 R2 and SSRS 2008 R2, and am trying to pull reports in an aspx page using the aspnet report viewer. I have an application that's been running fine for years until now. for each client, we setup dedicated website and dedicated folder in SSRS where the reports for each client live. all reports for all clients are identical accept for the datasource which points to each client's database. so in short, all instances of this application are identical. this summer I bought a new dev computer (windows 8) and upgraded everything to the latest MS tools (VS 2012 ultimate, sql 2012, etc.) but the server is still 2008. Now I setup 2 new applications for 2 new clients and the code base is all the same, but I get this error when trying to run a report:
SSRS report returns errorL ASP.NET session has expired or could not be found
So I went to my old dev computer (Win7, Bids 2008, etc) and deployed a report from that machine to one of the new report folders and that report still gets this error message. I've spent hours google with no luck.
Any ideas how to trouble shoot this? all the other client's reports work fine - all running on the same server using the same code base (application files).
Thanks.