ASP.NET MVC: deployment issue
I created an ASP.NET MVC 1.0 application that works fine on my machine (works in vs 2008 web server). However, when I deploy it to my web host (running in trusted environment), I get the following exception on first hit: Could not find file or dependency System, Version 1.0.9.0. Looking at the stack trace I saw an exception for calling the target, the method exception did not allow (sorry I didn't keep the original details of the exception). My web host switched my trust level to full trust and it started working.
I thought ASP.Net MVC 1.0 should work in a trust environment?
ASP.Net MVC really needs to work in a trusted environment, it has been brought up to SO - for example. What level of application trust is required for the ASP.NET MVC framework?
Obviously your application is doing something that is unhappy with the average trust, can you reproduce and provide more details on the exception?