SharePoint 2010: ReportViewer with Access Services
Error: Session state has been disabled for ASP.NET. The Report Viewer control requires that session state be enabled in local mode When I try to view ReportViewer that published from Access Web Database to SharePoint site. Solution: - enable-SPSessionStateService - IISRESET Thanks, that did the trick. In fact, from the…