Query Cache Issues - releasing cache locks?
Posted
by Corey Coogan
on Stack Overflow
See other posts from Stack Overflow
or by Corey Coogan
Published on 2010-05-14T02:50:34Z
Indexed on
2010/05/14
2:54 UTC
Read the original article
Hit count: 436
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?
© Stack Overflow or respective owner