你好我的电脑也是老是出现这个请帮一下怎么怎啊谢谢

sys.webforns.pagerequestmanagerserrererrorexceptin:an unknon error occurred while processing the request on theserrer.the status code code returned from the serrer wasi12029
2026年09月22日 04:56
有1个网友回答
网友(1):

是系统的问题,一个未知的错误,你重装系统应该就能解决了

另外熟悉系统的话可以用这个
这是解决的办法,不懂问我!
在Web.Config



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" 显示详细的错误信息。

如下:


一般的原因都是页面存在潜在的危险字符 在 页首加入 ValidateRequest="false"

如下:

<%@ Page Language="C#" MasterPageFile="~/MasterPages/CompanyManage.master" AutoEventWireup="true" CodeFile="CompanyIntroEdit.aspx.cs" Inherits="CompanyIntroEdit" Title="Untitled Page" ValidateRequest="false" %>