>> Invalid postback or callback argument.  Event validation is enabled using <pages enableEventValidation="true"/>
When trying to add a flash movie using ASP.NET 2.0 I am getting this error:

Invalid postback or callback argument.  Event validation is enabled using <pages enableEventValidation="true"/>

To fix, modify the web.config file located in the /admin/ folder.

Change this line:

<pages validateRequest="false" />

To:

<pages validateRequest="false" enableEventValidation="false" />

 

Copyright 1999-2007 AdComplete.com, LLC     |    Privacy Policy