I get this error when i post from TinyMCE in an asp.net mvc view
Error: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted
from googling, it says to just add a validateRequest in the Page directive at the top which i did but i STILL get this error. As you can see, below is my code in the view:
<%@ Page validateRequest="false" Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>