Is trying to develop for Medium Trust a lost cause?
I started developing a new MVC app with Entity Framework code-first and Unity for dependency injection. I used EF5 and Unity because I thought they were supposed to work in Medium Trust. However, when I threw the <trust level="Medium" />
tag in my web.config
, I started getting Reflection Permission exceptions.