Hi,
I added a new word to the spellchecker... It adds and displays "Spellcheck Complete" .. But where it saves is a mystery.
I wanted to add a new file where it saves and did the following:
in my web.config i added mydic file. I created the same file in the bin directory of the application.
When I add a New word to the spell checker i get Error saying " Could not find a part of the path "c:\inetput\wwwroot\website1\mydic.dic\en-US.dic
I have en-US.dic in the bin directory itself
<appSettings>
<add key="DictionaryFolder" value="mydic" />
</appSettings>