xueguowuhen

学习与分享

 

怪事

可能也不能算怪事,
是我自己理解得不够好
我在本地上用FTB写了一个新闻发布系统
在我的电脑和我的同事的电脑上都能正常运行
可是传到服务器上时侯却提示没有正常安装
按照说明,建了一个WEB.CONFIG,可是还是不能使用,知道的帮帮忙
(注,以下是错误说明)
FreeTextBox has not been correctly installed. To install FreeTextBox either:
(1) add a reference to FtbWebResource.axd in web.config:
<system.web>
<httpHandlers>
<add verb="GET"
path="FtbWebResource.axd"
type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
</httpHandlers>
</system.web>

(2) Save the FreeTextBox image and javascript files to a location on your website and set up FreeTextBox as follows
<FTB:FreeTextBox id="FreeTextBox1" SupportFolder="ftbfileslocation" JavaScriptLocation="ExternalFile" ButtonImagesLocation="ExternalFile" ToolbarImagesLocation="ExternalFile" ButtonImagesLocation="ExternalFile" runat="server" />


我的配置文件

<?xml version="1.0" encoding="utf-8" ?>
            <configuration>
                <system.web>
                    <httpHandlers>
                        <add verb="GET"
                            path="FtbWebResource.axd"
type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />       
                    </httpHandlers>
                </system.web>     
            </configuration>

posted on 2005-09-16 17:16  雪过无痕  阅读(841)  评论(4编辑  收藏  举报

导航