Hi,
I have the same problem as Syed when using asp.net ajax radeditor. I have tried the
solution from "Error: Web.config registration missing! The Telerik
dialogs require a HttpHandler registration in the web.config file." but
no help. Actually on my localhost the solution works but on the server
it always gives me this error and throws the dialog window page when clicking on ImageManager or Hyperlink..
---------------------------
Message from webpage
---------------------------
Web.config registration missing!
The Telerik dialogs require a HttpHandler registration in the
web.config file. Please, use the control's Smart Tag to add the handler
automatically, or see the help for more information: Controls >
RadEditor > Dialogs > Introduction
---------------------------
OK
---------------------------
Any idea whats wrong ?
My code in Config File....
<location path="." inheritInChildApplications="false">
<system.web>
..........
.............
</system.web>
</location>
<httpHandlers>
<remove verb="*" path="*.asmx" />
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add verb="GET,HEAD" path="ScriptResource.axd" validate="false" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add path="Telerik.Web.UI.DialogHandler.axd" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
<add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
<add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />
</httpHandlers>
<modules>
<remove name="ScriptModule" />
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</modules>
<handlers>
...
<add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" />
<add name="Telerik_Web_UI_SpellCheckHandler_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" />
</handlers>
Nothing works dear....On Host server(I am using Godaddy.com, IIS 7.0) but works on LocalHost.
is it a problem of Host Server for any Permission and all???
And RadEditor child controls(Font,Color..etc.) are not working on Google Chrome,while working on IE.
plz helppppp.....me soooner.