Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500´íÎó½â¾ö°ì·¨
<system.web>
<pages enableEventValidation="false"/>
</system.web>
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
ÔÚ ScriptManager ÄÚÌí¼Ó EnablePartialRendering="false" ÏÔʾÏêϸµÄ´íÎóÐÅÏ¢¡£
ÈçÏ£º
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="false"/>
Ò»°ãµÄÔÒò¶¼ÊÇÒ³Ãæ´æÔÚDZÔÚµÄΣÏÕ×Ö·û ÔÚ Ò³Ê×¼ÓÈë ValidateRequest="false"
ÈçÏ£º
<%@ Page Language="C#" MasterPageFile="~/MasterPages/CompanyManage.master" AutoEventWireup="true" CodeFile="CompanyIntroEdit.aspx.cs" Inherits="CompanyIntroEdit" Title="Untitled Page" ValidateRequest="false" %>
ÆÀÂÛ