tags:

views:

62

answers:

4

Does anyone have any basic instructions for setting up a first MVC project in Visual Studio 2008? I just installed Visual Studio 2008 and I am finding various instructions on how to set up the programming environment but its very complicated and there is no way to tell if the route I am taking is the best one.

If I want to start developing a MVC project, what do I need to do in order to get it going?

I am very confused by the "Web Client Guidance" instructions. For example, they dont say where to put the Microsoft.Web.Mvc.dll file.

+1  A: 

First of all, you need to download MVC from here.

After that, proceed with the installation.

You might want to refer to the tutorial for starters.

Ngu Soon Hui
+3  A: 

Hai,

Use Visual studio 2008 sp1 to get mvc installed...

Here is the download link http://www.asp.net/mvc/download/

To get started With MVC

System Requirements
Supported Operating Systems: Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP
.NET 3.5 SP1. Visual Studio 2008, Visual Studio 2008 SP1 or Visual Web Developer 2008 SP1 are required to use certain parts of this feature.

Pandiya Chendur
I knew it would turn out to be easy. Thanks very much for the link... I needed that! :-)
djangofan
the problem was that a Google search started me out on the wrong site and I got detoured and confused. here is the site i was at: http://www.codeplex.com/webclientguidance
djangofan
+1  A: 

If you are talking about ASP.NET MVC, you can get it from here: http://www.asp.net/mvc/download/

KramerC
A: 

All I did was install the MVC installer and I opened their example app and it worked.\

MVC Installer

gmcalab