When I attempt to export an OLAP result to Excel the application responds with the following error message
Server Error in '/ReportPortal' Application. A potentially dangerous Request.Form value was detected from the client (hdnExcel=" or: 2) Add the following section to the configuration file of your application: Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode. Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. Stack Trace: [HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (hdnExcel="
The following is a copy of the contents of the version information from within our instance of Report Portal
Build Number: ReportPortal 5.0, Build 195, Jan 19, 2017 Target .NET Version: 2.0 Current .NET Version: 4.0.30319.18444 OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1 64 bit: True Culture en-US
I have asked my system administration team to procure the remaining two items you have requested.
Starting with build 194 .net 2.0 is no longer supported. You have build 195. So "Target .NET Version" should not be "2.0". Did you manually modify the web.config file?
We did not alter the web.config file. However we did upgrade from a much earlier build which did require .Net 2.x. I suspect this setting was not changed during the upgrade.
Would switching the application to .Net 4.6 solve the issue? Would we still have to alter the web.config as well as the Excel.aspx file?