Has anyone tried NHibernate on Azure? Is there conflicts with the medium trust or SQL integration?
Thanks, Chance
Has anyone tried NHibernate on Azure? Is there conflicts with the medium trust or SQL integration?
Thanks, Chance
Not sure about NHibernate, but Azure now allows full trust applications.
The NHibernate test suite fully works on SQL Azure. You should be able to simply change your connection string to your SQL Azure connection string.
There shouldn't be any hangups in running using NHibernate from a Web or Worker role.