views:

41

answers:

2

Hello,

im on the microsoft download center to download mvc2.

But here i see three links and i have doubts what is what i need:

http://www.microsoft.com/downloads/details.aspx?FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9&displaylang=en#Requirements

  • release notes
  • MV2 for visual studio 2008
  • A test project of MVC2

From wich place i could download MVC2 to execute on my server? I dont have there any Visual Studio, etc...

Thanks in advance.

Regards

+3  A: 

Best way to do it, is use Microsoft's Web Platform Installer. It handles the deployment for you, and can be run straight from IIS.

Matthew Abbott
+1 for WPI - makes life so much easier :)
Stephen Newman
+2  A: 

You should simply deploy System.Web.Mvc.dll along with your project.
You don't need to install anything on the server.

SLaks