【发布时间】:2011-08-31 00:35:42
【问题描述】:
我从带有 NWSGI 2.1 的 IIS 7.5 Widows 7 64bit 收到“配置错误” - 对 NWSGI 使用默认 web.config
我认为 NWSGI 需要重新编译为 64 位,任何关于原因的建议!?!?
解析器错误消息:无法识别的属性“targetFramework”。请注意,属性名称区分大小写。
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"/>
源文件:C:\inetpub\wwwroot\HelloWorld\web.config 行:7
【问题讨论】:
标签: web-config ironpython iis-7.5