Rank: Advanced Member Groups: Member
Joined: 1/9/2009 Posts: 97
|
Is it possible to have the Spellcheck pull its dictionary from the HDD rather than a Virtual Direct
I have the following line in the WebConfig
<add key="eo_DictLocation" value="~/AuthenticatedUsers/eo_dict" />
TO
<add key="eo_DictLocation" value="E:\wwwFiles\ASL\eo_dict" />
Otherwise the Dictionary file sometimes gets overwritten when some of the developers forget to not copy that folder over to production
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
That makes sense. We will look into it and see if we can implement this one.
Thanks!
|