A potentially dangerous Request.Form value was detected from the client (Body="<b></b>").
This error is occurring when I try to enter something like <b></b>
in my comments field and send it. I've searched and only thing I find is to disable validation for dangerous data altogether, but I don't want to disable it since then my site will be vulnerable.
What I want is to encode it before sending or something along these lines so it will send the data, just encoded.