急!FreeTextBox在本地可以运行,服务器上则不行,大家快帮忙啊
FreeTextBox在本地可以运行,服务器上则不行,图片都显示不出来
提示
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 " />
------解决方案--------------------up
------解决方案--------------------把ftb里面的文件 放在站点根目录的images文件价下,当然你也可以编辑代码 改变目录的