Hi,
I am trying to add a existing SSRS report via the SSRS Report Viewer Web part, and I get the following message "ASP.NET ViewState has been disabled. The Report Viewer control requires that ViewState be enabled. "
I have checked the web.config files on the server and it has the following line in it:
<pages enableSessionState="false" enableViewState="true" enableViewStateMac="true" validateRequest="false" pageParserFilterType="Microsoft.SharePoint.ApplicationRuntime.SPPageParserFilter, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" asyncTimeout="7">
So at a bit of a loss as to where to go to next?
I am trying to add a existing SSRS report via the SSRS Report Viewer Web part, and I get the following message "ASP.NET ViewState has been disabled. The Report Viewer control requires that ViewState be enabled. "
I have checked the web.config files on the server and it has the following line in it:
<pages enableSessionState="false" enableViewState="true" enableViewStateMac="true" validateRequest="false" pageParserFilterType="Microsoft.SharePoint.ApplicationRuntime.SPPageParserFilter, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" asyncTimeout="7">
So at a bit of a loss as to where to go to next?