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

[Solved] DialogHandler report page not found (404)

2 Answers 227 Views
Editor
This is a migrated thread and some comments may be shown as answers.
marco li mandri
Top achievements
Rank 1
marco li mandri asked on 23 May 2008, 01:20 PM
I've installed radcontrol asp.net ajax Q1 2008 trial ver. 515 on windows 2003 server and vs 2005. I've configured web site in IIS on "Live Demo" folder.
This installation are fully ok.

After this, i've installed (i've try manual and automatic installation) same package on other test server whitout VS2005, but only IIS 6, it's all ok but when i click on "about dialog, image manager, flah manager or similar" appear box of dialoghandler whith message "404 error - page not found".

can help me ?

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 23 May 2008, 02:19 PM
Hi Marco,

Could you please register manually the Telerik.Web.UI.DialogHandler.aspx and Telerik.Web.UI.SpellCheckHandler.axd handlers in the web project web.config file, e.g.

<httpHandlers>
        ...      
<add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI"
          validate="false" />
        <add path="Telerik.Web.UI.SpellCheckHandler.axd" verb="*" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI" validate="false" />
</httpHandlers>
     
I hope this helps.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
marco li mandri
Top achievements
Rank 1
answered on 23 May 2008, 02:41 PM
i've found cause of the problem.
i'm using "helicon url rewriter", and i've inserted bad rule then filter "%2B".
i've removed this rule now and "rad dialogs" are ok.

tanks
Tags
Editor
Asked by
marco li mandri
Top achievements
Rank 1
Answers by
Rumen
Telerik team
marco li mandri
Top achievements
Rank 1
Share this question
or