Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: Version 9 Issue with Admin Editor

  1. #1
    jazzloft99 is offline Senior Member
    Join Date
    Feb 2008
    Posts
    202

    Default Version 9 Issue with Admin Editor

    Just upgraded to 9.0.1.3 and whenever I try to use the editor to add an image or crate a hyperlink, etc. I get the following error message:

    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 > Editor > Dialogs

    If I close that, this:


    500 - Internal server error.
    There is a problem with the resource you are looking for, and it cannot be displayed.

  2. #2
    dayhawk is offline Member
    Join Date
    May 2009
    Posts
    76

    Default

    I have experienced the same issue intermittently. I found a solution elsewhere. If I don't respond in a few days, please remind me.

    Thanks.
    MSx 9.2, SQL Server 2005, Windows 2008 R2 Web 64-Bit

  3. #3
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Go to your web.config and do the change below:
    Code:
    from:
    <add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="ApsDotNetStorefrontWrapper.TControls.Web.UI.DialogHandler" />
    
    change it to:
    <add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" />

  4. #4
    wunderkinder is offline Member
    Join Date
    Aug 2009
    Posts
    37

    Default

    Awesome, thanks for the tip.

  5. #5
    AspDotNetStorefront Staff - Erik is offline Senior Member
    Join Date
    Nov 2010
    Location
    Ashland, OR
    Posts
    168

    Default Telerik missing handler in web.config correction

    Hello all!

    Correction to fix: Please be sure that preCondition="integratedMode" remains within the telerik handlers in the web.config.
    Erik Sutton
    AspDotNetStorefront Technical Support