Notes on Server Caching

To increase performance, ASPSpellCheck caches data at the ISS Application level. This hugely saves on server processor resources, and takes only a few MB of memory per dictionary.

For this reason, the first time you use a dictionary, or after IIS is restated, the spell checker will take a few seconds to set its self up.

The data is stored in the Application using Keys starting with "ASP_SPELL".  You are advised to not try to read or modify these application variables