The configuration section 'system.serviceModel' cannot be read because it is missing a section decla

将Asp.Net 2.0的Web Site搭建在IIS7(7.5)上时,运行出现500.19错误, 错误提示为

The configuration section 'system.serviceModel' cannot be read because it is missing a section declaration.

站点默认使用DefaultAppPool,该应用程序池默认为Integrated,即为和.Net集成的。

处理该问题的方式,可以从两方面入手。

1.修改DefaultAppPool Managed Pipeline Mode(托管管道模式)值为Classic(经典模式)。

2.安装.Net 3.5 Framework,Server 2008 r2 默认没有安装该功能,进入Feature中,安装即可。

推荐使用第二种方式,对于第一种方式,可以新建一个应用程序池,使用经典模式,并管理该Asp.Net应用程序。

posted @ 2014-11-13 12:34  马洪彪  阅读(776)  评论(0编辑  收藏  举报