I have a WYSIWYG editor embedded on a user control that obviously goes into a web page. When I submit the page, I am getting the "A potentially dangerous Request.Form value was detected from the client" exception. In previous versions of .NET, I would just turn off ValidateRequest for the page.
However, in .NET 4.5, it seems to have a property of ValidateRequestMode. When I set this to disabled, I still continue to get the error. There isn't much out there yet regarding .NET 4.5 errors so does anyone know the solution?
Thanks in advance.