What is the meaning of A potentially dangerous Request.Form value was detected from the client error message

后端 未结 4 536
闹比i
闹比i 2021-01-23 17:41

I was trying to send an email via my web project using Free text box control.It is an text editor . but I\'ve got this error.

A potentially dangerous Request.For

4条回答
  •  [愿得一人]
    2021-01-23 18:10

    Please see the answer on this question:

    ValidateRequest="false" doesn't work in Asp.Net 4

    This is a change in .net 4.0.

提交回复
热议问题