![无法访问 ASP 兼容性模式 无法访问 ASP 兼容性模式](https://image.shishitao.com:8440/aHR0cHM6Ly9ia3FzaW1nLmlrYWZhbi5jb20vdXBsb2FkL2NoYXRncHQtcy5wbmc%2FIQ%3D%3D.png?!?w=700&webp=1)
<%@ Page Title="" Language="C#" MasterPageFile="../theme/classic/content.Master"
AutoEventWireup="true" CodeBehind="ArticleAdd.aspx.cs" Inherits="Ipow.CMS.Web.Admin.ArticleManage.ArticleAdd" AspCompat="true"%>
因为多了AspCompat="true",所以就出错了,可以删除或者AspCompat="false"
界面中有EnableEventValidation="true"出错了,可以删除或者设置成false