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

[Solved] Spell Check Handler Server error: 500 on "Add Custom"

1 Answer 151 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dean
Top achievements
Rank 1
Dean asked on 04 Mar 2010, 02:51 PM
When attempting to add a word to the dictionary by clicking "Add Custom", I receive this error:

Spell Check Handler Server error: 500
Access to the path 'c:\Inetpub\Web Applications...' is denied

How can I correct this error?

Thanks,
Dean

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Mar 2010, 02:58 PM
Hello Dean Jurecic,

Please review the following help article that describes how to give the required permissions: 
http://www.telerik.com/help/aspnet-ajax/installsettingaspnetpermissions.html

The file'c:\Inetpub\Web Applications..' should be fully accessible by the current web application user. This means that you need to give full rights(read and write) for this file to the ASPNET/Network Service windows account. If you are using impersonation for your site, you need to give write permissions to the impersonated user account as well.

If you do not wish to give full access to this file, you can disable the custom words functionality by setting
the AllowAddCustom property to false.

<telerik:RadEditor ID="RadEditor1" runat="server" SpellCheckSettings-AllowAddCustom="false" Skin="Vista"></telerik:RadEditor>

Sincerely,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
Dean
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or