asp.net - The FreeTextBox control on network solutions -


i'm using freetextbox control on 2 different network solutions hosted website. control working fine on year on both sites. on april 11,2013 had problem , control stopped working on 1 of sites. error i'm getting when freetextbox tries draw

freetextbox has not been correctly installed. install freetextbox either: (1) add reference ftbwebresource.axd in web.config: <system.web> <httphandlers> <add verb="get" path="ftbwebresource.axd" type="freetextboxcontrols.assemblyresourcehandler, freetextbox" /> </httphandlers> </system.web>  (2) save freetextbox image , javascript files location on website ,     set freetextbox follows  <ftb:freetextbox id="freetextbox1" supportfolder="ftbfileslocation"     javascriptlocation="externalfile" buttonimageslocation="externalfile" toolbarimageslocation="externalfile" buttonimageslocation="externalfile" runat="server" /> 

the thing is.. in investigating this.. appears stuff needed in web.config if running .net 1.0. i've checked , site running 2.0. further more.. mentioned before website , control had been working on site on year no code changes.

so question is.. can give me pointers on causing error , can fix it.. after hour on phone network solutions, can't me unless pay on half hour increments. thing is.. i'm doing site next nothing non-profit.

at rate, i'm hoping can help.. i've yelled as care to network solutions it's issue because control working , still second site. gave them loggins see if themselves.

**i had elmah running on website... has been working on year , doesn't work either.. when try go elmah page... says page not found..

hope can shannon


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -