gpt4 book ai didi

asp.net - 无法识别的属性 'targetFramework' 。注意 > 属性名称区分大小写

转载 作者:行者123 更新时间:2023-12-02 15:36:14 25 4
gpt4 key购买 nike

我尝试将 Web 应用程序从 VS2012 发布到远程计算机。我发布了文件,但当我尝试打开该网站时,出现此错误:

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

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

Source Error:

Line 41: 
Line 42: <compilation targetFramework="4.0" />
Line 43: <httpRuntime targetFramework="4.0" />
Line 44: <authentication mode="Forms">
Line 45: <forms loginUrl="~/" timeout="2880" />

(第 43 行为红色)

在远程计算机上:* 已安装 IIS7(我认为还有 IIS6)* 已安装 ASP.NET 4.0* "aspnet_regiis -ir"> 安装成功* IIS7 > 应用程序池 > ASP.NET 4.0 > 指向“.NET Framework v4.0.30319”* IIS7 > 我的 Web 应用程序 > 选择“ASP.NET 4.0”(集成)。我不知道这是否重要,但服务器的 Windows 是 Widows Server 2008 RT Enterprise 64 位,我的计算机是 Windows 7 32 位。

没有任何帮助...

enter image description here enter image description here

最佳答案

httpRuntime没有可用于设置的 targetFramework,删除它即可工作。

关于asp.net - 无法识别的属性 'targetFramework' 。注意 > 属性名称区分大小写,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17510440/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com