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

Telerik.Web.UI.DialogHandler.aspx - What directory?

2 Answers 1364 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ken Williams
Top achievements
Rank 1
Ken Williams asked on 30 Jan 2009, 04:40 PM
Does the Telerik.Web.UI.DialogHandler.aspx file exist as an independent file? And, if so, what directory does it reside in?

I have a url rewrite handler which is somehow messing up the dialogs. I have tried bypassing the url rewrite, but for some reason the dialogHandler.aspx file is being sought in one of my directories, and it does not exist anywhere within my solution.

-Ken Williams

2 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 02 Feb 2009, 03:21 PM
Hello Ken,

Please visit the following KB article - Error: Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file.

By default, the editor makes a request for the dialog handler in the same folder as its parent page. For example - if you are on a page http://server/app/folder/Page.aspx then the editor will make a request for http://server/app/folder/Telerik.Web.UI.DialogHandler.aspx. You can change this by using the DialogHandlerUrl property. For example - setting

DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.aspx"

will tell the editor to always make a request for the handler in the root of the web application. The file does not need to physically exist, since it is defined in the <httpHandlers> section in your web.config.

Kind regards,
Lini
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
mstevens
Top achievements
Rank 1
answered on 11 Jun 2009, 06:09 PM
.
Tags
Editor
Asked by
Ken Williams
Top achievements
Rank 1
Answers by
Lini
Telerik team
mstevens
Top achievements
Rank 1
Share this question
or