Sys.WebForms.PageRequestManagerServerErrorException: 500解决方案

Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500(401等)

这时候大家可以在web.config的system.web节中加入

<customErrors mode="Off"/>

再执行相关操作就会提示相对准确的错误,我网站提示“操作必须使用可更新的查询”。

跟空间服务商沟通,原来是ASP.NET账户(Network Service)未拥有该目录的写入权限所致。

你可能感兴趣的:(Sys.WebForms.PageRequestManagerServerErrorException: 500解决方案)