A potentially dangerous Request.Form value was detected from the client
Posted
by Dilse Naaz
on Stack Overflow
See other posts from Stack Overflow
or by Dilse Naaz
Published on 2010-06-02T06:07:37Z
Indexed on
2010/06/02
6:13 UTC
Read the original article
Hit count: 575
Hi
I have one asp.net application, which has some problems while i am entering the special characters such as ": &#, " in the search box. If i enter this text in search box, i got the exception like this.
A potentially dangerous Request.Form value was detected from the client (txtValue=": &#, ").
then i searched on the net, i got one general solution for this that to set the validaterequest to false. But no changes has been made on my application. Please help me for solving this issue. Any response that would be appreciated.
© Stack Overflow or respective owner