Not wanting to leave a client.ncconf
lying aside my exe
, I wish to be able to specify the path to the client.ncconf
file programatically. How may I? I am using NCache 4.4SP1 Open Source.
The methods I am using are mainly Web.Caching.NCache.InitializeCache
and Cache.Get
.
It picks the config from
%NCHOME%
InstallDir/config
. Just add the following in your AppSettingsAlso, all the client configurations can be specified programmatically using the
CacheInitParams
. You can