When I try to add a text like <p>example</p>
to Product_Text cell of a product in Tbl_Product, I receive this message: A potentially dangerous Request.Form value was detected from the client.
Although I put <httpRuntime requestValidationMode="2.0" />
and <pages validateRequest="false" />
to <system.web>
in web.config, I am continuing to receive the error message.