Hi All,
I am using the latest version of Telerik controls & when I trying to upload the file though Image Manger. it giving 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 go through the following suggestion over foroum.
1. Put the custom handler under <httphandler> tag <add path="Telerik.Web.UI.DialogHandler.axd" verb="*" type="Telerik.Web.UI.DialogHandler,
Telerik.Web.UI,Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
2. Check the websense over the server. But that is not an issue.
3. I have also increase the maxrequestlength to "2000000".
But it still not working. Can you suggest me what the reason behind it. Below is my code snipet
<telerik:RadEditor Width="98%" Height="825px" AutoResizeHeight="true" runat="server" editable="true" haspermission="false"
MaxFileSize=""
ID="Editor" ContentAreaCssFile="~/RadEditor.css" OnClientSelectionChange="Editor_ClientSelectionChange"
DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd"
TableLayoutCssFile="~/styleFB.css" AllowScripts="True" ToolsWidth="1px">
<ImageManager MaxUploadFileSize="2147483647" />
<DocumentManager MaxUploadFileSize="2147483647" />
<Content></Content>
</telerik:RadEditor>
Thanks in advance.
Note : But when I tried to upload in local machine in debug mode it giving me no error.
Thanks
Alec
I am using the latest version of Telerik controls & when I trying to upload the file though Image Manger. it giving 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 go through the following suggestion over foroum.
1. Put the custom handler under <httphandler> tag <add path="Telerik.Web.UI.DialogHandler.axd" verb="*" type="Telerik.Web.UI.DialogHandler,
Telerik.Web.UI,Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
2. Check the websense over the server. But that is not an issue.
3. I have also increase the maxrequestlength to "2000000".
But it still not working. Can you suggest me what the reason behind it. Below is my code snipet
<telerik:RadEditor Width="98%" Height="825px" AutoResizeHeight="true" runat="server" editable="true" haspermission="false"
MaxFileSize=""
ID="Editor" ContentAreaCssFile="~/RadEditor.css" OnClientSelectionChange="Editor_ClientSelectionChange"
DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd"
TableLayoutCssFile="~/styleFB.css" AllowScripts="True" ToolsWidth="1px">
<ImageManager MaxUploadFileSize="2147483647" />
<DocumentManager MaxUploadFileSize="2147483647" />
<Content></Content>
</telerik:RadEditor>
Thanks in advance.
Note : But when I tried to upload in local machine in debug mode it giving me no error.
Thanks
Alec