突然发现EPiServer编辑模式下WebForm_InitCallback未定义

发布于 2024-12-22 13:39:13 字数 103 浏览 2 评论 0原文

EPiServer CMS 6 站点在编辑模式下突然出现此错误。发现很多帖子说有关更改系统时间可能会导致此问题,但这与我的情况无关。

有人有什么建议吗?

斯蒂格

EPiServer CMS 6 site that suddenly got this error in edit mode. Found alot of posts saying something about changing the system time could cause this but this is not relevant to my case.

Anyone got any suggestions?

Stig

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

冷弦 2024-12-29 13:39:13

实际上是 Global.asax 导致了这个问题。不太确定 global.asax 中的问题是什么,但如果我将 global.asax 设置为从 EPiServer.Global 继承,插入代码隐藏,效果很好。 (是的,代码隐藏继承了 EPiServer.Global)我猜这会导致缺少 HTTP 处理程序或其他东西:)

It was actually the Global.asax that caused this problem. Not exactly sure what the problem was in the global.asax but if I set the global.asax to inherit from EPiServer.Global insted of the codebehind it worked great. (Yes, the codebehind inherited EPiServer.Global) I guess that resulted in missing HTTP handlers or something :)

七禾 2024-12-29 13:39:13

您运行的是哪个 ASP.NET 版本?我突然想到,听起来好像您在 web.config 中缺少 HTTP 处理程序。

Which ASP.NET version are you running? Off the top of my head I'd say it sounds like you're missing an HTTP handler in web.config.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文