Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the most minimal ASP.NET MVC 4 installation?

Okay, so I've installed ASP.NET MVC 4 locally via the Microsoft Web Platform Installer 4.0. It has some nice things we as developers need. I'm trying to install it now on our Dev server (Windows 2003 Server machine); however, it wants to download a whole metric ton of other things well. I'm trying to find a minimal installation that will just put the MVC 4 files in the GAC. I don't need Sql Server express on my Dev server (Sql Server 2005 is already there). I don't need Visual Web Developer 2010 Express either as I'm not developing on the server; it's merely the first step of testing on a server and off of my local box.

Details:

Download Option as listed in the Microsoft Web Platform Installer 4.0: ASP.NET MVC 4 Tools Update with Language Packs (August 2012).

The full list of items to be installed are:

  • Visual Studio 2010 SP1 Core
  • Visual Web Developer 2010 Express
  • Sql Server Express 2008 R2
  • Windows Installer 4.5
  • Visual Studio 2010 SP1 KB983509
  • ASP.NET MVC 4 Tools Update Language Packs Installer
  • ASP.NET MVC 4 Installer (VS 2010)-Default Locale

All said, that amounts to an astonishing 710.02 MB download alone. I just need ASP.NET MVC 4 as a framework...just the libraries. Is this the only way to install it? The ASP.NET MVC 3 install was lengthy but certainly not quite so scattered.

Thoughts?

like image 474
jason Avatar asked Oct 03 '12 17:10

jason


People also ask

Is MVC 4 still supported?

We have many applications developed with ASP.NET MVC 4 and below versions. As per the Microsoft Support Policy, the retirement date for ASP.NET MVC is July 1st, 2019.

Can I uninstall Microsoft ASP.NET MVC 4 runtime?

You can uninstall Microsoft ASP.NET MVC 4 Runtime from your computer by using the Add/Remove Program feature in the Window's Control Panel. When you find the program Microsoft ASP.NET MVC 4 Runtime, click it, and then do one of the following: Windows Vista/7/8/10: Click Uninstall.

Which framework is best for ASP.NET MVC?

Angular JS Angular is the most-popular, most-used and most-discussed JavaScript Framework in context of web applications, and that too ASP.NET MVC applications.

Why is MVC lightweight?

Complex web application + tight schedule = ASP.NET MVC. asp.net mvc doesn't have any concept of view state. This is one of the reason why mvc called light weight.


1 Answers

ASP.NET MVC 4 standalone on Microsoft download page

like image 68
Peter Kiss Avatar answered Oct 01 '22 17:10

Peter Kiss