Umbraco - 安装时出现 web.config 问题
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您正在使用 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...