HTML编辑器ASP.NET

<%@ 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" 

 

posted @ 2017-11-21 12:04  enych  阅读(383)  评论(0编辑  收藏  举报