zoukankan      html  css  js  c++  java
  • IEWebContol的部署问题

    ref: http://download.cnblogs.com/elevenwolf/archive/2004/12/08/74230.html

    以前在服务器部署IEWebcontrol时,需要装完asp.net站点后,再安装iewebcontrols,比较麻烦。

    其实在web.config文件中配置一下就可以了,不需要安装。在<configuration>下添加:

    <configSections>

              <section name="MicrosoftWebControls" type="System.Configuration.NameValueSectionHandler, System, System.Configuration.NameValueSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />

    </configSections>

    <MicrosoftWebControls>

         <add key="CommonFiles" value="/website/webctrl_client/1_0" />

    </MicrosoftWebControls>

  • 相关阅读:
    twfont
    判断数组中某个元素的个数
    vue swiper中的大坑
    this指向问题
    vue.nextTick简单的用法
    类图解析
    设计模式
    设计模式
    Http Notes
    VS Notes
  • 原文地址:https://www.cnblogs.com/ddeef/p/118044.html
Copyright © 2011-2022 走看看