ValidateRequest=”false” doesn’t work in Asp.Net 4
I have a form at which I use ckeditor. This form worked fine at Asp.Net 2.0 and 3.5 but now it doesn’t work in Asp.Net 4+. I have ValidateRequest=”false” directive. Any suggestions?
I have a form at which I use ckeditor. This form worked fine at Asp.Net 2.0 and 3.5 but now it doesn’t work in Asp.Net 4+. I have ValidateRequest=”false” directive. Any suggestions?
I’m wanting to allow users to enter HTML in only a single TextBox. I understand it’s possible to change ValidateRequest in the page directive to false in order to remove protection.
I have one asp.net application, which has some problems while i am entering the special characters such as “: &#, ” in the search box. If i enter this text in search box, i got the exception like this.