IIS 7.5 / windows 7 64位 / Nwsgi 2.1 - web.config配置错误

发布于 2024-12-02 08:24:37 字数 655 浏览 3 评论 0原文

我从带有 NWSGI 2.1 的 IIS 7.5 Widows 7 64 位中收到“配置错误” - 使用 NWSGI 的默认 web.config

我认为 NWSGI 需要重新编译为 64 位,有什么关于原因的建议吗!?!?

解析器错误消息:无法识别属性“targetFramework”。请注意,属性名称区分大小写。

<代码> 源错误:

Line 5:      </configSections>
Line 6:      <system.web>
Line 7:          <compilation debug="true" targetFramework="4.0"/>
Line 8:          <httpHandlers>
Line 9:              <add verb="*" path="*.wsgi" type="NWSGI.WsgiHandler, NWSGI, Version=2.1.0.0, Culture=neutral, PublicKeyToken=41e64ddc1bf1fc86"/>

源文件:C:\inetpub\wwwroot\HelloWorld\web.config 行:7

I'm getting "Configuration Error" from IIS 7.5 Widows 7 64bit with NWSGI 2.1 - using defalt web.config for NWSGI

I think that NWSGI need to be recompiled for 64 bit, any suggestions on what the cause is!?!?

Parser Error Message: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.


Source Error:

Line 5:      </configSections>
Line 6:      <system.web>
Line 7:          <compilation debug="true" targetFramework="4.0"/>
Line 8:          <httpHandlers>
Line 9:              <add verb="*" path="*.wsgi" type="NWSGI.WsgiHandler, NWSGI, Version=2.1.0.0, Culture=neutral, PublicKeyToken=41e64ddc1bf1fc86"/>

Source File: C:\inetpub\wwwroot\HelloWorld\web.config Line: 7

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

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

发布评论

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

评论(1

甜心 2024-12-09 08:24:37

检查运行应用程序的应用程序池的框架版本

Check the Framework version of the Application pool inside which your application is running

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