A potentially dangerous Request.Form value was detected from the client
Posted
by
Dofs
on Stack Overflow
See other posts from Stack Overflow
or by Dofs
Published on 2011-01-07T22:45:39Z
Indexed on
2011/01/07
22:53 UTC
Read the original article
Hit count: 299
I am using CKEditor/CKFinder as wysiwyg editor on my MVC.NET site.
I have set [ValidateInput(false)]
and it works when debugging it locally, but I receive the following error when I have published the site:
A potentially dangerous Request.Form value was detected from the client (message="<p>
<em>Testing</e...").
can anyone explain why the published site is different from the locally site, especially when I have set [ValidateInput(false)]
?
© Stack Overflow or respective owner