ValidateInputAttribute, ValidateInput, httpRuntime requestValidationMode="2.0" in web.config (system.web) all do not fix, also the "ValidateRequest="false"" in my view. I'm using MVC 2, Visual Studio 2010, .NET 4.0, and I'm still getting the following error:
A potentially dangerous Request.Form value was detected from the client (Body="<p>test</p>").
This is with CKEditor. I've already looked at http://stackoverflow.com/questions/3475896, but that might be old.
Please help!! Thanks.
UPDATE:
Soooo.... turns out you have to tweak the root web.config, and NOT the web.config that's in your Views folder. sweet mercy. thanks everyone!