我们正在将我们正常运行的EPiServer 10站点迁移到Azure。
将我们的网站部署到Azure之后,我们得到了
[InvalidOperationException: This request has probably been tampered with. Close the browser and try again.]
EPiServer.Framework.Web.AspNetAntiForgery.ThrowForgeryException() +263
加载编辑界面时。 错误信息: 后台请求中发生了未处理的错误。
Unable to load /EPiServer/cms/Stores/notification/ status: 500
The page may not function properly unless it's reloaded. Press the button below to reload the page now.
Screen shot of error message 该网站似乎正常运作' ok'尽管有错误消息。 如果重新加载浏览器,则会显示相同的错误消息。
我们正在运行:EPiServer 10.5
答案 0 :(得分:1)
检查此配置设置:
<system.web><httpCookies requireSSL="true" /></system.web>
如果您使用的是http,则应说“false”。