As the title states. Our current method of deployment installs MVC1 onto the user’s PC, but then brings over necessary MVC3 DLLs and drops them into the bin folder. I am wondering… if we’re bringing the DLLs over, does MVC1 need to be installed at all? Any sort of routing, IIS configuration, etc. which might go on through installing MVC?
As the title states. Our current method of deployment installs MVC1 onto the user’s
Share
No, you don’t need to install MVC1. See here for instructions for “bin deployment”: http://www.hanselman.com/blog/BINDeployingASPNETMVC3WithRazorToAWindowsServerWithoutMVCInstalled.aspx