0

Thanks for looking at my question in advance.

I am trying to save the contents of the ckeditor into a database. I am getting the following error:

 A potentially dangerous Request.Form value was detected from the client (ctl00$ctl00$mainContent$rightContent$ctl00$txtContent="<p> Look for a pla...").

I have done some research and most of the solutions are for older versions of the software or are unsecure.

I am using ASP.NET 4.0 and would appreciate any advice.

wilcode
  • 633
  • 2
  • 10
  • 25
  • 1
    try these: [A potentially dangerous Request.Form value was detected from the client](http://stackoverflow.com/questions/9130186/a-potentially-dangerous-request-form-value-was-detected-from-the-client) and http://stackoverflow.com/questions/81991/a-potentially-dangerous-request-form-value-was-detected-from-the-client – Willem Jan 08 '13 at 14:44
  • Did that solve the issue? This is very common. Just disable the default checks and write your own Html filter attribute or such. – Joel Peltonen Apr 08 '13 at 21:11

0 Answers0