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" />
使用freetextbox出现了这个提示?要怎么办?

解决方案 »

  1.   

    其实在网络上找找,很多解决这种问题的答案:错误如上图在服务器上添加.axd 的映射即可具体操作: 
    站点配置填加.axd的映射 
    GET,HEAD,POST,DEBUG 
    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll 
    .axd 
      

  2.   

    加上这几句就可以了:   
        
      SupportFolder="~/FreeTextBox"   JavaScriptLocation="ExternalFile"   ButtonImagesLocation="ExternalFile"   ToolbarImagesLocation="ExternalFile" 回答的都给分了
    问题解决我心情好
    哇咔咔