Where can i download asp.net mvc 2 (two)? - asp.net-mvc-2

My system administrator and i would like to run asp.net mvc2 and asp.net mvc3 side-by-side. When prompted, my sys admin upgraded IIS7.5 to asp.net mvc3, but that seems to have removed asp.net mvc2.
We've been googling for a little while now, and we can't find a download link for asp.net mvc2. It's all version 3.
Do you guys know where we could find an mvc2 download? My sys admin has also tried the Web Platform Installer, but he says that it's broken and won't run.
Any ideas?

You can download it from here.

try Microsoft Download Center

Related

Where can one download Microsoft jQuery Unobtrusive Validation without using NuGet

I'd like to download the latest version of Microsoft jQuery Unobtrusive Validation, however I don't like using NuGet since it is not possible for me to tell it where to install the packages within my project structure.
Does Microsoft host these files somewhere that I can access them directly?
The files for ASP.NET MVC 5.2 aren't (yet?) on the page I mention below, but the links are valid:
http://ajax.aspnetcdn.com/ajax/mvc/5.2/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.2/jquery.validate.unobtrusive.min.js
[Copied from Maxime's answer to this question.]
I found a page – Microsoft Ajax Content Delivery Network - ASP.NET Ajax Library – that lists several versions of the files for this that you can download.
Here are the ones I found via searching that page for "unobtrusive":
ASP.NET MVC 5.1
http://ajax.aspnetcdn.com/ajax/mvc/5.1/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.1/jquery.validate.unobtrusive.min.js
ASP.NET MVC 5.0
http://ajax.aspnetcdn.com/ajax/mvc/5.0/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.0/jquery.validate.unobtrusive.min.js
ASP.NET MVC 4.0
http://ajax.aspnetcdn.com/ajax/mvc/4.0/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/4.0/jquery.validate.unobtrusive.min.js
ASP.NET MVC 3.0
http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.unobtrusive-ajax.js
http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.unobtrusive-ajax.min.js
http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.validate.unobtrusive.min.js
...
Here are the links :
jQuery Unobtrusive for ASP.NET MVC 5.2.3
http://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.min.js
jQuery Unobtrusive for ASP.NET MVC 5.2.2
http://ajax.aspnetcdn.com/ajax/mvc/5.2.2/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.2.2/jquery.validate.unobtrusive.min.js
jQuery Unobtrusive for ASP.NET MVC 5.2
http://ajax.aspnetcdn.com/ajax/mvc/5.2/jquery.validate.unobtrusive.js
http://ajax.aspnetcdn.com/ajax/mvc/5.2/jquery.validate.unobtrusive.min.js
And by using these files, you will also need to include jquery.validate(.min).js. The latest files can be found :
jQuery Validate
http://www.asp.net/ajax/cdn#jQuery_Validation_Releases_on_the_CDN_3
or
http://jqueryvalidation.org/
You can browse the Microsoft Ajax CDN for all needed librairies: http://www.asp.net/ajax/cdn
It's available/hosted by google here code.google.com

Deploy MVC 4 application 4.5 Framework 1and1 hosting

I'm trying to deploy an mvc 4 project in vs2012 via FTP on 1and1.com
This is what I'm getting.
HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
Are there settings on 1and1 I need to set somewhere because it's an MVC proj or changes in webconfig?
#dright, Are you still encountering the problem? It appears 1and1.com has updated their hosting package to support 4/4.5 Framework with their Basic Windows hosting plans (https://www.1and1.com/windows-hosting?linkId=hd.subnav.windowshosting). I purchased a plan as a sandbox for deploying little apps that I develop.
I have successfully deployed a Asp.Net application using the WebMatrix IDE. But I have struggled using VS2013 template/default applications' Web.Config. I was curious if you have had any luck.
Thanks!
1and1 windows package doesn't support MVC. You would need to update to their server package. ~59/month

Deploy the asp.net MVC 2 web application to the IIS 7.5 getting issues

I have developed the asp.net mvc web application. whereas my macine is configured with IIS 7.5. I want to deploy my web application with source code to the IIS so that i can attache the process and debug it run time. I choose this way because few functionality , like file copy and file create not performing after simple publish.
I tried by ,
Create the web application in IIS 7.5 manager. installed ASP.NET utility. As i browsed , I got asked by to enable directory browsing.
Which i enabled. where as in IE I found file structure which definitely did not want. I expected direct my LogOn page which is configured in globle.asax after deployment.
What else i need to check. or is any step i have missing?
I am using Visul web developer 2010 express edition to develop the application.
Please guide me.

Deploying Hybrid ASP.NET webform and MVC project on iis7 - MVC Routing does not work

Hi Stackoverflow,
Im trying to deploy a hybrid ASP.Net Webform/mvc-project onto iis7 but the mvc routing does not work.
This is what i have done so far:
Added all required mvc-related dlls.(i have double checked bin-catalog to make sure that everythings there on the deployed installation)
Added MVC wildcard by adding the IsapiModule handler to iis handler mappings.
The Server has .Net-Framework 3.5 SP1 installed.
The web site Managed pipeline mode set to classic
Our project requires the app pool to be running in none-integrated pipeline, but im not sure what MVC requires of the app pool, may i run ASP.NET MVC(2) in a none-integrated managed pipeline?
The web application loads and i want to use the MVC-routing to load javascript but the mvc routing does not responde to the request and instead Webforms gives us a 404-response,
this only happens when the project has been deployed onto the server.
Does anyone has a idea of why the ASP.Net MVC routing does not fire?
Thanks and Best regards,
Mikael
I found the error, the installer did not update production web.config,
so there was some missing mvc-required references,
i used this article to find out what was missing, it describes how to setup a hybrid WebForm/Mvc project in a simple way.
And now im able to run a hybrid webform/mvc-project on iis7 classic without any problem.

What are the requirements to host an ASP.Net MVC2 application?

Are there any special requirements needed to host an ASP.Net MVC2 application?
I'm making an application that will be hosted locally in the server area of my University. I can use either ASP.Net or MVC2, but I'd much rather use MVC2.
No, you just need .NET Framework 3.5 SP1 and an IIS version that runs on it.