<%@ Page Language="C#" AutoEventWireup="true" CodeFile="kindeditor.aspx.cs" ValidateRequest="false" Inherits="sys_kindeditor" %>
<location path="sys/kindeditor.aspx"> <!--与配置文件同级目录--> <system.web> <httpRuntime requestValidationMode="2.0" /> </system.web>
</location>
检测有潜在的危险 在配置文件中就加入<loction> 和 aspx文件中加入
ValidateRequest="false"