1

我托管了一个 Web 应用程序Windows 7,现在我希望它托管在Windows Server 2003.

我收到这个错误。

我将应用程序复制到服务器并添加了一个指向它的新虚拟目录。

当我想从 IIS 浏览应用程序时,会出现此错误:

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 'type'.

Source Error: 

    <configuration>
       <configSections>
           <sectionGroup name="system.web.extensions" 
                         type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, 
                         Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">

有什么解决方案可以解决这个错误,或者有没有其他方法可以从 过渡Windows 7Windows Server 2003

4

2 回答 2

1

安装 .NET Framework 4.0 后,确保其状态在 IIS 内的 Web 服务扩展中设置为允许。

IIS Web 服务扩展

于 2012-11-13T15:53:44.020 回答
0

我不确定,但发生这种情况是因为您的服务器没有安装 .net 框架,因为您在自己的计算机中有目标。

2天前我有同样的问题。在我的情况下,我已经更新了服务器没有新版本 .net 的 web.config。

在您的情况下,您需要将新版本的 .net 安装到服务器 2003。

于 2012-11-13T09:35:58.953 回答