Problems displaying report results
I'm stumped with this one. I created a mailing labels report that successfully produced a pdf file. A few hours later I tried the report again, and got the following error. The weird thing is, if I make a copy of the report and then add it to my site, the copy works fine, so I'm guessing it's nothing to do with the report itself. Any ideas???
Thanks
Chris
Server Error in '/Geocortex/Essentials/REST' Application.
--------------------------------------------------------------------------------
A potentially dangerous Request.Path value was detected from the client (:).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: A potentially dangerous Request.Path value was detected from the client (:).
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (:).]
System.Web.HttpRequest.ValidateInputIfRequiredByConfig() +8884233
System.Web.ValidateRequestExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +35
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
-
Figured it out - you can't have colons in the report name. The .net framework interprets it as a potential security risk.
Chris
0
Please sign in to leave a comment.
Comments
1 comment