zoukankan      html  css  js  c++  java
  • 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应用程序。

  • 相关阅读:
    生产者与消费者
    .net 重新注册
    linux 网络之 bond 网卡模式
    Rancher
    kubernetes 集群
    centos7 网卡命名
    Redis 主从模式
    Redis 集群
    Redis
    TwemProxy Redis架构
  • 原文地址:https://www.cnblogs.com/mahongbiao/p/4094647.html
Copyright © 2011-2022 走看看