I get this error after changing from .Net 4.5 to 4
the error says: "A potentially dangerous Request.Form value was detected from the client"
In my 4.5 solution i have "ValidateRequest="false"" in the top of my aspx page. But that doesn't seem to work anymore.
I know why the error appears, but not how to make it disappear.