Castle ActiveRecord: SessionScope.Current is null under IIS 7
Posted
by jeroenh
on Stack Overflow
See other posts from Stack Overflow
or by jeroenh
Published on 2010-04-02T20:42:16Z
Indexed on
2010/04/06
9:43 UTC
Read the original article
Hit count: 456
I'm using ASP.Net MVC (still 1.0 for now) with Castle ActiveRecord and NHibernate.Linq. All is fine under IIS 6.
However, I'm faced with a problem deploying my app to IIS 7: ActiveRecord's SessionScope.Current seems to be not available for some reason.
Any ideas?
© Stack Overflow or respective owner