IIS 发布ASP.NET程序时运行出错,求大神帮忙看看
错误描述ConfigurationErrorDescription:Anerroroccurredduringtheprocessingofaconfigurationf...
错误描述
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 58: </pages>Line 59: <httpRuntime maxRequestLength="1048576" executionTimeout="3600" />Line 60: <compilation debug="true" targetFramework="4.0">Line 61: <assemblies>Line 62: <add assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Source File: D:\wootionWeb\web.config Line: 60 Version Information: Microsoft .NET Framework Version:2.0.50727.3643; ASP.NET Version:2.0.50727.3634
图片: 展开
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 58: </pages>Line 59: <httpRuntime maxRequestLength="1048576" executionTimeout="3600" />Line 60: <compilation debug="true" targetFramework="4.0">Line 61: <assemblies>Line 62: <add assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Source File: D:\wootionWeb\web.config Line: 60 Version Information: Microsoft .NET Framework Version:2.0.50727.3643; ASP.NET Version:2.0.50727.3634
图片: 展开
4个回答
展开全部
基本上可以确定是.net版本问题,原因可能是你的程序是.net4.0的,但是你的iis不支持.net4.0,要看你是用win几的操作系统了。具体你应该会自己改吧。主要是改iis使之支持4.0,如果你确定你的程序不需要4.0,你可以把web.config里的和4.0有关的东西删除,还可以再建一个.net2.0的web.config把现在这个替换掉.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你的系统是的 .NET Framework4.0的,你的应用程序池应该选择4.0的,而你现在用的是2.0,所以报错。
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
如果Framework4.0已经安装的话可以在IIS里面的应用程序池找到你那个项目对应的应用程序池 ,选择4.0版本就应该可以拉
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2018-07-28
展开全部
图片中红色的一行中有 targetFramework 属性,服务器出现错误,没有这个属性,仔细看看是不是属性拼写错误了?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询