IIS 7.5 / windows 7 64位 / Nwsgi 2.1 - web.config配置错误
我从带有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查运行应用程序的应用程序池的框架版本
Check the Framework version of the Application pool inside which your application is running