开发者

does nhibernate work with medium trust out of the box?

开发者 https://www.devze.com 2022-12-12 07:32 出处:网络
w开发者_StackOverflow社区ill nhibernate work under medium trust out of the box?Castle DynamicProxy2 dll needs to be updated to work with medium trust.

w开发者_StackOverflow社区ill nhibernate work under medium trust out of the box?


Castle DynamicProxy2 dll needs to be updated to work with medium trust. Check this link

EDIT

With the solution above, you DON'T need to disable ANYTHING in NHibernate, including Lazy Loading. DynamicProxy2 just won't generate .pdb files on the fly, making everything run smoothly on medium trust.


The answer to your question is NO.

Have a look at this post to find out what you need to do exactly in order to have NHibernate running in a medium trust web environment: http://nhforge.org/wikis/howtonh/run-in-medium-trust.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消