Hi,
For the time being, I want to install only 1 set of dictionary files on the web server for multiple apps to use. I tried using this setting:
<appSettings>
<add key="DictionaryFolder" value="mydic" />
</appSettings>
but it seems to just be a folder name, not a virtual or a physical file path on the web server. Is it possible to accomplish 1 installation?
Thanks, Scott