Re: Spell Checker

  •  02-05-2004, 1:43 PM

    Re: Spell Checker

    Don't forget to add an app setting key to your web.config for the folder location of the dictionary file(s).

     

    <appSettings>

        <add key="DictionaryFolder" value="Spelling"/>

    </appSettings>

View Complete Thread