I have an application that is using .net's Entity Framework. This application runs fine on my local machine and my local server. However, trying to run the app on mosso which runs in medium trust returns an error.
I am not sure how to appropriately use entity framework in medium trust. I have the entity model in a separate project from the web app. Any help or direction would be appreciated.