Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / SharePoint 2007 > Integrating Controls > Web.Config registration missing!

Not answered Web.Config registration missing!

Feed from this thread
  • selva avatar

    Posted on Jun 29, 2011 (permalink)

    I have used radeditor in my webpart coding. I have configured dialogue http handler in web.config file. But I am getting "Web.Config registration missing!" when I clicked either "Find" or "Image Manager" option in radeditor. Herewith I have attached the screen shot for your reference.
    Environment details
    ----------------------------------------------
    Windows 2003
    Sharepoint 2007
    IIS 6.0
    Telerik 2010.3.1109.20

    in Web.Configfile
    --------------------------
        <httpHandlers>
              --------------
             <add path="Telerik.Web.UI.DialogHandler.axd" verb="*" type="Telerik.Web.UI.DialogHandler" validate="false" />
      </httpHandlers>
    incCoding I have added
    ----------------------------------
    TED_Message.DialogHandlerUrl ="~/Telerik.Web.UI.DialogHandler.axd";

    What I have missed? Anything else to be needed?

    Herewith, I have attached screen shot for your reference.

    Attached files

    Reply

  • Rumen Rumen admin's avatar

    Posted on Jul 4, 2011 (permalink)

    Hello Selva,

    It looks like you are using the regular RadEditor for ASP.NET AJAX in SharePoint, but we have a special version of RadEditor for MOSS that is recommended for use in your scenario.

    For your convenience I have recorded a video demonstrating the download link of RadEditor for MOSS. Here it is: http://screencast.com/t/umX023k53x.

    Kind regards,
    Rumen
    the Telerik team

    Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

    Reply

  • vijay avatar

    Posted on Aug 18, 2011 (permalink)

    Hello
        I have problem while uploading rar file in IE & and IE 8..
    If i Enable the property  INTERNETOPTION-> SECURITY-> CUSTOM LEVEL (include local directory path when uploading file to a server =Enable) the problem not occuring..

    I just want to set this property in web . config file .. How to reach this... Please help me..



    Looking forward for your reply..


    Thanks in advance
    vijay

    Reply

  • Rumen Rumen admin's avatar

    Posted on Aug 22, 2011 (permalink)

    Hello Vijay,

    I am not sure how this problem could be related to RadEditor? Note that it is not possible to configure the browser's settings of the client computers from the web.config file, because this will be a security problem. This setting is most likely disabled by the administrator of the client machine and it is not possible to be enabled from the server (from the web.config).

    Are you able to reproduce the same problem with the regular ASP Upload control
    <asp:FileUpload ID="FileUpload1" runat="server" /> ?
    
    
    My suggestion is to search in Google, MSDN for solution.

    All the best,
    Rumen
    the Telerik team

    Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / SharePoint 2007 > Integrating Controls > Web.Config registration missing!