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

Deploying Rad Spell

2 Answers 92 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Henry
Top achievements
Rank 2
Henry asked on 12 May 2009, 11:28 AM
Hi,

Here is my problem. When I try and deploy a website with RadSpell, I keep on a message (Popup) stating that the dialogs needs to be added to the webconfig.

My website works fine locally. Here is what I have. Please tell me what I am missing:

1. Website written in C# and .Net 3.5 SP1
2. App_Data folder with the relevant dictionary
3. App_GlobalResources with the RadSpell.Dialog.resx file
4. I have create a Web Setup Project which is my deployment method.
5. Point 4 recreates the site with everything except the App_GlobalResourcesfolder. Not sure if this is why.
6. Have configured my Web.config with all the HttpHandlers and with Handlers as shown in previous posts.

All other controls work fine, except when I click on the standard "Spell Check" button.

Any help would be greatly appreciated.

Thanks,

Henry

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 15 May 2009, 08:06 AM
Hi Henry,

Please, see the following help article:
Getting Started and Configuration.
The following KB article could help you to troubleshoot the problem on your side:
Error: Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file.

Sincerely,
Rumen
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
Henry
Top achievements
Rank 2
answered on 24 May 2009, 04:46 AM
Hi Rumen,

Turned out that there was a general catch on * at the top of the <httphandler> section in my web.config file.

I have just moved the telerik httphandlers to the top. All seems fine now. Thanks for the assistance.

Regards,

Henry
Tags
Spell
Asked by
Henry
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Henry
Top achievements
Rank 2
Share this question
or