This is a migrated thread and some comments may be shown as answers.

Radeditor - 404 - File or directory not found.

1 Answer 149 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Abhi Shinde
Top achievements
Rank 1
Abhi Shinde asked on 06 Sep 2012, 12:55 PM
hello,
When I click on any tool (for eg. hyperlink) in RadEditor I am getting foll. server error-

404 - File or directory not found.

The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.


Please guide me to solve.
Thanks

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Sep 2012, 01:04 PM
Hello,

Can you please decrease the dialog URL length and see whether this will fix the problem:

<scripttype="text/javascript">
function setUrlLength(editor)
{
editor.get_dialogOpener()._dialogUrlLengthLimit = 500;
}
</script>
<telerik:RadEditor ID="RadEditor1" runat="Server" OnClientLoad="setUrlLength".../>


If this does not help, try the following:

  1. open the web.config file and replace Telerik.Web.UI.DialogHandler.aspx with Telerik.Web.UI.DialogHandler.axd
  2. set the RadEditor's DialogHandlerUrl property to "~/Telerik.Web.UI.DialogHandler.axd"



Kind regards,
Rumen
the Telerik team
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 their blog feed now.
Tags
Editor
Asked by
Abhi Shinde
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or