首页 > 其他 > 详细

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

时间:2014-11-13 14:15:46      阅读:389      评论:0      收藏:0      [点我收藏+]

将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应用程序。

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

原文:http://www.cnblogs.com/mahongbiao/p/4094647.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!