Is ASP.NET MVC 2/ 3 redistributable? - asp.net-mvc

ASP.NET MVC 2 and 3 are prerequisite for our installer. We have planned to install this software’s using WIX Bootstrapper. Anyone let me know ASP.NET MVC 2 or 3 is redistributable. If so where I can download the redistributable package? I have searched through web and unable to found anything. Thanks in advance.

If you mean that you want to include the MVC 3 runtime, this link should do

Related

"Google.Ads.Common" reference is not added in ASP.Net MVC 6

how I can add this reference in my project please help me.I am doing this project in mvc6 using asp.net framework 6
Ask google nicely to support .NET Core. Only they can fix their packages.

difference between web installer and nuget installer for asp.net mvc 4

I want to install ASP.NET MVC 4, after a little googling I came across this two links
http://www.asp.net/mvc/mvc4
http://nuget.org/packages/aspnetmvc
Whats the difference between them ? As the first one prompts me that it needs Visual Studio 2010 SP1 which is approx 600+ Mb of download.
Thanks
First will install MVC 3, ASP.NET MVC 3 Tools Update (also part of SP1) and other fixes and improvements. Second works only from Visual Studio and sometimes could give more problems for you or just fire error without any help. For example when you try to compile mvc3 project: Installing MVC3 after MVC4 installation

Where can i download .NET MVC 2.0 runtime?

I am looking for MVC 2.0 runtime for .NET.
Anybody have the link?
Thanks
You can
Download ASP.NET MVC 2 using the Microsoft Web Platform Installer
or
Download ASP.NET MVC 2 from the Download Center
Are you looking for the source? You can download it here: http://aspnet.codeplex.com/releases/view/41742
HTH.

How do I write an MVC 1 app with MVC 2?

I went to http://www.asp.net/mvc and the web installer offered me the option to install MVC 2, but not MVC 1.
I thought MVC 2 was still in beta? Either way, I need to write an MVC 1 app. In visual studio, my only choice is either ASP.NET Web Application or ASP.NET MVC 2 Web Application.
Can anyone advise?
You actually don't have to remove MVC 2. You can have v1 and v2 installed side-by-side with no issues.
Remove MVC2 and download and install MVC 1 from here

can you have both asp.net mvc 1 and 2 installed side by side?

i need to have one project on asp.net mvc 1 but i want to upgrade for another project. is this possible?
Yes you can. See Scott Guthrie's blog for more information.
ASP.NET MVC 2 can be installed
side-by-side with ASP.NET MVC 1
(meaning you can have some apps built
with V1 and others built with V2 on
the same machine). We have
instructions on how to update your
existing ASP.NET MVC 1 apps to use
ASP.NET MVC 2 using VS 2008 here.
Note that VS 2010 has an automated
upgrade wizard that can automatically
migrate your existing ASP.NET MVC 1
applications to ASP.NET MVC 2 for you.

Resources