asp.net - a potentially dangerous request.form with Freetextbox -


i using control called freetextbox , when click on update button getting error "a potentially dangerous request.form value detected client (ftxtcontent="tyretyeryteyterty...").". , don't want disable page level property i.e validaterequest false. there idea deal error.

please me asap.

if still needs this, setting validaterequest false work before .net framework 4.0. in 4.0, requests validated default. disable functionality, add following element of web.config:

<httpruntime requestvalidationmode="2.0" /> 

that should fix it. robrisner


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -