A potentially dangerous Request.Form value was detected from
A potentially dangerous Request.Form value was detected from the client (ContentPlaceHolder2_FreeTextBox1="<div><b>Hi,</b></div...").
i get this error when i insert html formatted data to databse on server in spite of adding <pages validateRequest ="false" /> in config file...
working on framework 2.0
it works locally fine but on server i encounter this issue...
how to resolve it..