Query Cache Issues - releasing cache locks?
- by Corey Coogan
I have enabled query caching to use the NHibernate.Caches.Prevalence.PrevalenceCacheProvider provider.
This is running on IIS 7, WCF service. I have limited rights to what I can do, but I'm getting an exception about releasing cache locks. I've created the following 2 directories in the system32/inetsrv directory and given full control to the account IIS is using.
NHibernate.Cache.StandardQueryCache
Some other cache dir I can think of right now
This doesn't happen in my local environment so I'm thinking this is somehow related to caching. Do I need to give the IIS account full control to the inetsrv dir as well?