Umbraco - 安装时出现 web.config 问题

发布于 2024-09-28 07:37:28 字数 157 浏览 3 评论 0原文

我正在尝试在 IIS7 上安装默认的 Umbraco 安装,但我的(未修改的)web.config 文件上出现以下错误,有什么想法吗?

配置错误 无法读取配置节“system.web.extensions”,因为它缺少节声明

谢谢,

I'm trying to install a default Umbraco installation on IIS7, and I'm getting the following error on my (unmodified) web.config file, any ideas?

Config Error
The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration

Thanks,

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

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

发布评论

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

评论(1

×纯※雪 2024-10-05 07:37:28

我假设您正在使用 Codeplex 网站上提供的当前版本的 Umbraco 4.5.2...

默认情况下,Umbraco 配置为使用 .Net 2.0(而不是 .Net 4.0)。转到 IIS 管理控制台,选择应用程序池并双击您的网站。确保 .Net Framework 设置为 2.0。

还要确保运行 IIS 的服务器安装了 .Net 2.0!

如果您可以从服务器的错误页面提供更多信息,我可以帮助更好地查明错误......

I'm going to assume you are using the current version of Umbraco 4.5.2 as offered on the Codeplex site...

By default, Umbraco is configured to use .Net 2.0 (not .Net 4.0). Go to your IIS Management Console, select ApplicationPools and double-click your website. Make sure the .Net Framework is set to 2.0.

Also make sure the server you are running the IIS on has .Net 2.0 installed!

If you can provide more information from the server's error page, I can help better pinpoint the error...

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