Can I use NHibernate on GoDaddy?
A comment from .Net Hosting (Flexible Medium Trust) says. Godaddy is medium trust, which means that u can't use stuff like IL emit(Nhibernate needs this for proxying) Is it true? Is there anyone using NHibernate on GoDaddy? I have successfully run Nhibernate 2.1 and now 3 in a medium trust environment. The only thing I had to do for NH3 was to download Castle source and modify the CommonAssemblyInfo.cs file so that Partially trusted callers is enabled. You will need to reference the compiled castle dll's into NHibernates source and rebuild. You can reference all the compiled dll's into your