Insert possible dangerous code?
Question:
Using on ASP.NET page, when I hit the update button I get an error that says that the editor is trying to insert possible dangerous code into my SQL DataBase.
Answer:
try adding validateRequest=false to your page.
Using on ASP.NET page, when I hit the update button I get an error that says that the editor is trying to insert possible dangerous code into my SQL DataBase.
Answer:
try adding validateRequest=false to your page.
Example:
<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" validaterequest="false" %>
you can find out more at http://www.asp.net/faq/RequestValidation.aspx
Thanks to Patrik for this
Comments
Be the first to write a comment
You must me logged in to write a comment.