ValidateRequest="false" doesn't work!!!
- by Ivan90
Hy guys,
I am developing a personal blog in asp.net mvc 1.0!
So, I need in some pages to disable validaterequest because, I have to insert html text!
For example.. in the page "Insert Post", "Edit Post".. I need to insert html!
I read on web that's necessary to disable validaterequest directly in page with attribute
validaterequest = "false" or in webconfig file!
I tryied all ways, but when I insert in my textarea html code, I get always the error of potential value dangerous!
Any solutions?