【发布时间】:2011-09-22 22:38:45
【问题描述】:
我正在使用带有并行 plesk 的 Godaddy VPS。由于我的应用程序是 asp.net 4.0 我收到错误:
"Unrecognized attribute 'targetFramework'
我意识到这是因为应用程序池设置为 asp.net 2.0,我无法在 plesk 中更改,所以我远程连接到我的服务器,打开 IIS7,进入我的应用程序池并将它们全部设置为 asp .net 4.0,但后来我得到了这个详细的错误:(由将 plesk(default)(2.0)(pool) 更改为 4.0 引起)
HTTP Error 404.17 - Not Found
The requested content appears to be script and will not be served by
the static file handler.
Most Likely Causes:
•The request matched a wildcard mime map. The request is mapped to the
static file handler. If there were different pre-conditions, the
request will map to a different handler.
如何让我的 asp.net 4.0 Web 应用程序正常运行?必须有一种体面的方法让我的 asp.net 应用程序与并行 plesk 一起运行。任何帮助将不胜感激。
【问题讨论】:
-
您找到解决方案了吗?我的即将卸载plesk。我这辈子在设置服务器时从未遇到过这么大的麻烦。
-
我很快就卸载了,那东西很痛苦
标签: asp.net iis-7 asp.net-4.0 application-pool plesk