Here is some useful information about using SSRS in SharePoint Integrated mode (included with SP2):
Installing the SharePoint Add-In
Server Error in '/' Application.Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. To solve this, check the following in IIS Manager for each SharePoint web site: Explore into <Web site>\App_GlobalResources Do you see any Reportserver.<culture>.resx files (where culture is a string like EN / FR/ CS etc.)? If yes, then delete all Reportserver.<culture>.resx except for ReportServer.resx file.
Server Error in '/' Application.Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.
To solve this, check the following in IIS Manager for each SharePoint web site:
Deploying Reports to Report Server that is in SharePoint Mode
TargetDataSourceFolder: http://<MyServer>/<mySharePointsite>/<my_DataSource_Folder>/TargetReportFolder: http://<MyServer>/<mySharePointsite>/<my_Report_Folder>/TargetServerURL: http://<MyServer>/<mySharePointsite>/
<location path="_vti_bin/ReportServer/ReportServiceAuthentication.asmx"> <system.web> <authorization> <allow users="*" /> </authorization> </system.web> </location> Make sure there is only one such entry in the web.config file. Delete any duplicates. Next retry deploying. This is a known issue in the CTP release that we are fixing for RTM.
<location path="_vti_bin/ReportServer/ReportServiceAuthentication.asmx"> <system.web> <authorization> <allow users="*" /> </authorization> </system.web> </location>
Make sure there is only one such entry in the web.config file. Delete any duplicates. Next retry deploying. This is a known issue in the CTP release that we are fixing for RTM.