当前位置: 代码迷 >> Web前端 >> 分析器异常信息: 无法识别的属性“type”
  详细解决方案

分析器异常信息: 无法识别的属性“type”

热度:148   发布时间:2012-08-22 09:50:35.0
分析器错误信息: 无法识别的属性“type”
分析器错误信息: 无法识别的属性“type”。

源错误:



行 1:  <?xml version="1.0" encoding="utf-8"?><configuration>

行 2:    <configSections>

行 3:      <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">

行 4:        <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">

行 5:          <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false"/>



源文件: C:\Inetpub\wwwroot\***\web.config    行: 3


--------------------------------------------

版本信息: Microsoft .NET Framework 版本:1.1.4322.573; ASP.NET 版本:1.1.4322.573



出现这个错误的原因是,IIS的asp.net版本选为了.net framework1.1.4322了,应该为2.0.50727
  相关解决方案