We are using NCache as a 2nd level cache for NHibernate.
A local console test app is able to retrieve items from the cache.
However in our web app we receive 'Cache is not initialized'
We are using WCF to connect through a front site to a back site which runs the queries.
Anyone have any ideas on how to fix this error?
Thanks