我的一个页面引用 插件FreeTextBox(版本3.1.6),在ent)" class="t_tag">ASP.Net 2.0中使用在我机子上运行正常,在服务器上运行时,插件里提示: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" />
我问过CSDN上的人,有人说是你们管理员为了安全,把一些功能关了,是不是这样啊?