MVC on Server 2008 R2 - How?
Posted
by Redeemed1
on Stack Overflow
See other posts from Stack Overflow
or by Redeemed1
Published on 2010-04-19T19:15:57Z
Indexed on
2010/04/19
19:23 UTC
Read the original article
Hit count: 276
asp.net-mvc-2
|asp.net-mvc
I have a new WIndows Server 2008 R2 x64 DataCentre with Framework 3.5 SP1 and Framework 4 installed. When I install my MVC application (VS 2008 MVC 2.0 using a Web Setup project installer) and browse to the application I get an error that System.Web.Mvc cannot be found. If I copy the relevant DLLs (System.Web.Mvc etc)into the bin directory the app runs up perfectly.
I have checked everywhere for an installer but can only find the VS2008 related bits, no server runtime. How do I get ASP.Net MVC installed in this environment so that we don't have to Copy Local the dlls?
Many thanks Brian
© Stack Overflow or respective owner