Good morning! I Have an issue with a wysiwyg editor that saves html to my database. On my news articles page, it works fine. I have
<httpRuntime requestValidationMode="2.0" />
in my web.config, and
[ValidateInput(False)]
above my edit http post action, and yet my other page with the same wysiwyg editor is rejecting my request with the yellow screen of death saying I need to enable all of these settings.
Does anybody know why this would be happening on one page but not the other?