Tuesday, May 26, 2009 6:47 AM
Tanzim Saqib
ASP.NET MVC 1.0 Starter Kit for Visual Studio 2010
I have described before in my prior post how you can run your ASP.NET MVC application in Visual Studio 2010. There is currently no support for ASP.NET MVC project types in Visual Studio 2010 Beta 1. So what I did is I created a starter kit for ASP.NET MVC 1.0 which you can download from here. Now follow the steps:
1. Execute the AspNetMvc2010.vsi, you will see the following dialog box. Proceed.
2. Say yes to whatever comes along.
3. Now go to File > New Project, you will find ASP.NET MVC Application in Visual C# > Web tab.
Hope this saves some time!
Filed under: ASP.NET, Visual Studio, MVC