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

[Solved] Web.config registration missing

3 Answers 168 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Phuc
Top achievements
Rank 1
Phuc asked on 13 Aug 2009, 09:21 AM
Hello Everybody

I have lost more day to check the Editor but not sccussfully.
I do not know why it work fine in the localhost, but not work in the web
I have met an error like this"
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 moew information
control > Editor>Dialogs"
please help me
Thanks all
Phuc Hoang

3 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 13 Aug 2009, 09:41 AM
Hello Phuc,

In order to get the dialogs working you should add an httpHandler in the Web.config as explained below:

http://www.telerik.com/help/aspnet-ajax/introduction2.html

The handler can be added manually in the httpHandlers section of the Web.config or in the designer view as your error message explains. When you do not have this handler in the Web.config you will receive the mentioned error. What I assume is that you have the handler registered in the local Web.config but when you upload the site to the server you either do not have the same Web.config or you have some global settings which conflict this. This being said, make sure that you have registered the handler. In case you are not completely sure where exactly to declare it, just use the designer view and it will add the handler.

Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Phuc
Top achievements
Rank 1
answered on 13 Aug 2009, 10:11 AM
Hello Svetlina
I have checked it as follow your link "http://www.telerik.com/help/aspnet-ajax/introduction2.html"
I make sure that i have added it on web.config
and i am also check it as follow this link "http://www.telerik.com/support/kb/aspnet-ajax/editor/error-web-config-registration-missing-the-telerik-dialogs-require-a-httphandler-registration-in-the-web-config-file.aspx"

It work fine on my localhost,i do not know why
Thanks for replying me.

Best Regards
Phuc Hoang

0
Svetlina Anati
Telerik team
answered on 14 Aug 2009, 11:23 AM
Hi Phuc,

If so, most probably the site is running in a IIS 7 environment in Integrated Mode and the handlers have not been added to the <system.webServer> section - more information about this and other possible reasons is available below:

http://www.telerik.com/support/kb/aspnet-ajax/editor/error-web-config-registration-missing-the-telerik-dialogs-require-a-httphandler-registration-in-the-web-config-file.aspx 

Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Phuc
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Phuc
Top achievements
Rank 1
Share this question
or