+2  A: 

All you need is download and install ASP.NET MVC. The installer will add the template in Visual Studio.

Darin Dimitrov
+1  A: 

ASP.NET MVC Installs gracefully if you upgrade Visual Studio 2008 with SP1 :-)

Once upgraded, you can start a new project with the template-site ready by choosing create new project -> ASP.NET MVC Project

CodeMonkey