Hi,
In my sharepoint page I am using rad editor, and when adding an image using insert image button in editor, and when clicking on properties button it shows the below error
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
I have changed my web.config by adding the below lines
In <httpHandlers>
<add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
and in <handlers>
<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_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
and addded DialogHandlerUrl="/Telerik.Web.UI.DialogHandler.axd" in the radeditor tag.
but still showing the error.
how can I solve this issue?
thanks in advance
Jiju
In my sharepoint page I am using rad editor, and when adding an image using insert image button in editor, and when clicking on properties button it shows the below error
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
I have changed my web.config by adding the below lines
In <httpHandlers>
<add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
and in <handlers>
<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_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
and addded DialogHandlerUrl="/Telerik.Web.UI.DialogHandler.axd" in the radeditor tag.
but still showing the error.
how can I solve this issue?
thanks in advance
Jiju
8 Answers, 1 is accepted
0
Hello Jiju,
You can try replacing Telerik.Web.UI.DialogHandler.aspx with Telerik.Web.UI.DialogHandler.axd in your web.config file.
Also, if you have spellcheck enabled, you need to register its HTTP handler as shown in this help article.
I hope this helps. Feel free to contact us again if you run into more difficulties.
Regards,
Slav
Telerik
You can try replacing Telerik.Web.UI.DialogHandler.aspx with Telerik.Web.UI.DialogHandler.axd in your web.config file.
Also, if you have spellcheck enabled, you need to register its HTTP handler as shown in this help article.
I hope this helps. Feel free to contact us again if you run into more difficulties.
Regards,
Slav
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Jiju
Top achievements
Rank 1
answered on 29 Jun 2013, 05:11 AM
Hi Slav,
thank you for replying,
I have replaced the Telerik.Web.UI.DialogHandler.aspx with Telerik.Web.UI.DialogHandler.axd , but still getting the same issue.
regards
Jiju
thank you for replying,
I have replaced the Telerik.Web.UI.DialogHandler.aspx with Telerik.Web.UI.DialogHandler.axd , but still getting the same issue.
regards
Jiju
0
Hello Jiju,
The Knowledge Base article Error: Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file. contains information about the usual scenarios in which the problem is encountered. Please try the suggested solutions in order to ensure that the dialogs' HTTP handler is registered correctly.
Regards,
Slav
Telerik
The Knowledge Base article Error: Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file. contains information about the usual scenarios in which the problem is encountered. Please try the suggested solutions in order to ensure that the dialogs' HTTP handler is registered correctly.
Regards,
Slav
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Tariq
Top achievements
Rank 1
answered on 30 Jan 2014, 05:35 PM
we were able to fix this by hardcoding the AXD in as an attribute of the control... ie.
<telerik:RadEditor ID="txtItemInformation" runat="server"
...
DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd" />
<telerik:RadEditor ID="txtItemInformation" runat="server"
...
DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd" />
0
Jiju
Top achievements
Rank 1
answered on 31 Jan 2014, 04:24 AM
Hi Tariq,
I have already mentioned that I had added this as an attribute, but still showing the error.
Is there any other changes that I need to do?
regards
Jiju
I have already mentioned that I had added this as an attribute, but still showing the error.
Is there any other changes that I need to do?
regards
Jiju
0
SAMIR
Top achievements
Rank 1
answered on 24 Mar 2014, 05:28 AM
Hi, Tariq
I have same issue with telerik which Jiju have. Can you please reply with solution as early as possible.
I have same issue with telerik which Jiju have. Can you please reply with solution as early as possible.
0
Hello Samir,
The HttpHandler Telerik.Web.UI.DialogHandler exists as a file in the folder Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/[version of Telerik WebParts]__1f131a624888eeed/Resources/ when you have the Web Parts for SharePoint installed on a SharePoint server. Please ensure that this file is in the mentioned directory and that you are using the SPRadEditor control or the RadEditor WebPart for SharePoint.
Regards,
Slav
Telerik
The HttpHandler Telerik.Web.UI.DialogHandler exists as a file in the folder Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/[version of Telerik WebParts]__1f131a624888eeed/Resources/ when you have the Web Parts for SharePoint installed on a SharePoint server. Please ensure that this file is in the mentioned directory and that you are using the SPRadEditor control or the RadEditor WebPart for SharePoint.
Regards,
Slav
Telerik
Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.
0
Sagar
Top achievements
Rank 1
answered on 22 Sep 2014, 05:54 AM
Thanks Slav,
I have replaced the Telerik.Web.UI.DialogHandler.aspx with Telerik.Web.UI.DialogHandler.axd , and Error is solved.
Regards
Sagar
I have replaced the Telerik.Web.UI.DialogHandler.aspx with Telerik.Web.UI.DialogHandler.axd , and Error is solved.
Regards
Sagar