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

RadEditor AjaxSpellCheck permission issue with Add to dictionary option

3 Answers 46 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sameer
Top achievements
Rank 1
Sameer asked on 18 Mar 2011, 06:30 PM

We just implemented RadEditor AjaxSpellCheck feature in a intranet website (with Integrated Windows Authentication) and it works fine for me. However, when users click on 'Add to dictionary' option for mis-spelt words, they are facing windows security alert and when hit on Cancel button its coming up with Spell Check Handler error:401.

It seems like this is happening due to users not having permissions on '~\App_Data\RadSpell' folder to create 'en-US-Custom.txt' file where all new users words get stored when hit on Add to dictionary option.

I would appreciate if someone can suggest me a fix for this i.e., through either RadEditor settings or giving write permission on ~\App_Data\RadSpell folder using some property in web setup msi?

I already tried setting the property AllowWriteAccess to True for both the folders 'App_Data' and 'RadSpell' in Web Setup project but it still fails with the same erorr.

Regards,
Sameer

3 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 21 Mar 2011, 05:05 PM
Hello Sameer,

You need to give full permissions and to apply them to all files and folders, because these settings are sometimes not inherited by the files (depending on your settings). More information on the subject is available in the following help article: http://www.telerik.com/help/aspnet-ajax/installsettingaspnetpermissions.html


Regards,
Marin
the Telerik team
0
Sameer
Top achievements
Rank 1
answered on 22 Mar 2011, 03:55 PM
Hi Marin,

Thanks for the reply.

I already checked this help article link with manual steps for granting permissions. However, I am looking for a solution where we can grant full permissions to files and folders through Visual Studio setup msi or telerik control properties. This is basically to have the privileges automatically applied when msi is run on the server without any manual intervention needed from the release team.

I know web setup msi related questions are out of your scope but since this is Telerik specific issue, do you have any other alternate solution available?

Regards,
Sameer
0
Marin Bratanov
Telerik team
answered on 23 Mar 2011, 04:39 PM
Hi Sameer,

We do not include such functionality, because of the security concerns. Usually giving permissions is something only the administrator should do and if an installation package silently modified them we could expose a security risk to our client.
We have the information available in a help article, but unfortunately we cannot fully automate the deployment process.


Regards,
Marin
the Telerik team
Tags
Editor
Asked by
Sameer
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Sameer
Top achievements
Rank 1
Share this question
or