I had my application working till I update to the new version 6.2.3
I have neatupload control (upload control) on aspx page hosted on a aspPageBox control
now when I click the upload button to upload my files i get the error below
when I set the validateRequest=false it works fine but that is not the solution
please investigate thanks
Server Error in '/' Application.
A potentially dangerous Request.Form
value was detected from the client (vwg_pipeline="<ES LR="633674613522...").
Description:
Request Validation has detected a potentially dangerous client input value,
and processing of the request has been aborted.
This value may indicate an attempt to compromise the security of your application,
such as a cross-site scripting attack. You can disable request validation by setting validateRequest=false
in the Page directive or in the configuration section. However,
it is strongly recommended that your application explicitly check all inputs in this case.
Exception Details:
System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (vwg_pipeline="<ES LR="633674613522...").
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. [HttpRequestValidationException (0x80004005): A potentially dangerous Requ
Gizmox.WebGUI.Forms.Hosts.AspPageBox.Gizmox.WebGUI.Common.Interfaces.IG Gizmox.WebGUI.Common.Gateways.Gateway.ProcessRequest(HttpContext objHtt
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.3053;
ASP.NET Version:2.0.50727.3053