你的灯亮着吗?

发现问题的真正所在。

导航

ASP.NET(v 1.1) 程序发布时如何带上IE WebControls

1  带上IE WebControl的安装程序直接安装。

2  Web.config指定IE WebControl HTC 文件 (treeview.htctabstrip.htc…)

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

WebAppWeb应用程序的名称

 

posted on 2006-02-23 12:10  热血青年  阅读(590)  评论(0编辑  收藏  举报