在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