Reputation: 29301
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?
Upvotes: 0
Views: 101
Reputation: 29073
No, you don't need to install MVC1. See here for instructions for "bin deployment": http://www.hanselman.com/blog/BINDeployingASPNETMVC3WithRazorToAWindowsServerWithoutMVCInstalled.aspx
Upvotes: 2