Update: I have now implemented this properly. For more information see my blog post about it.
I\'m trying to use AppFabric with NHibernate as my sec
I think there are two possible culprits here:
In your web.config under the hosts
element, you're listing localhost
- I'd try swapping that out for the actual server name tn-staylor-02
That exception stack trace refers to CacheBaseLibrary
- I don't know a great deal (read: anything!) about NHibernate but I would hazard a guess that that cache might not be built with the release version of AppFabric - CacheBaseLibrary was an assembly that appeared in the CTPs and betas but I didn't think it was used in the RTM version. Note that in the section element for dcacheclient
, it refers to the Microsoft.ApplicationServer.Caching.Core
assembly.