When a word is added to the Spell check dictionary i have came to know that it will be saved in Dictionary held Cache
if so, In Cutesoft.NET spellchecker documentation they say to add the following in web.config file the location of the directory where the dictionary would be stored. what does that mean?
<appSettings>
<add key="DictionaryFolder" value="mydic" />
</appSettings>