zzl001 发表于 2015-9-27 14:16:26

Microsoft.SharePoint.SPException 安全性验证无效——错误解决

错误信息:
此网页的安全性验证无效并且可能损坏。请单击 Web 浏览器中的“后退”,刷新网页,再重试操作。(中文)
System.Exception: Microsoft.SharePoint.SPException: The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again(英文)

解决办法:
SPSite.AllowUnsafeUpdate =true
SPWeb.AllowUnSafeUpdate=true
页: [1]
查看完整版本: Microsoft.SharePoint.SPException 安全性验证无效——错误解决