KiMoGiGi 技术文集

不在乎选择什么,而在乎坚持多久……

IT博客 首页 联系 聚合 管理
  185 Posts :: 14 Stories :: 48 Comments :: 0 Trackbacks

在web.config里 添加

<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="/webctrl_client/1_0" />

</MicrosoftWebControls>

可以修改调用树的htc的位置

把以上配置中的
/webctrl_client/1_0
改为
网址全称
http://localhost/webctrl_client/1_0

posted on 2007-01-24 20:55 KiMoGiGi 阅读(577) 评论(0)  编辑 收藏 引用 所属分类: ASP.NET
只有注册用户登录后才能发表评论。