Ok, MVC is good. That said the servers don't have it installed (I'll save my install requests for .Net 4

).
Want to get it to work?
Easy, in Visual Studio if you open up the references and find System.Web.Abstraction, System.Web.MVC, and System.Web.Routing. Click on each of them in turn and open the properties window/tab and switch copy local from false to true.
Now when you copy up the bin folder those DLLs will be copied also.
On the Windows 2k8 thats all thats needed to be done.