Create MVC4 Project in Visual Studio 2013

step 1:  Open Visual Studio 2012

step 2:  Select File --> New --> Project

step 3:  Select the language visual Basic/Visual C#/Visual C++ etc., on the left side and Select Asp.Net   MVC4 Application on the right side.


step 4: Give any Name to your application and click on OK.

step 5: Now a small window will open asking to select a template. Choose Empty template so that your   project will not get any default files . And select View Engine as Razor  and click on OK.



This way you can create a mvc4 project in visual studio 2012.

Creating mvc4 application in Visual Studio 2013 :

step 1: Open Visual Studio 2013

step 2: Select File --> New --> Project

step 3: Select the language visual Basic/Visual C#/Visual C++ etc  and on right side select ASP.NET   WebApplication and click on OK.


step 4: Now a small window will open asking to Select a Template, Select MVC there and click on            Create Project.



Thats all.
In this way we can create MVC4 Application in Visual Stuio 2012 and Visual studio 2013.

1 comment:

  1. @shivi. You are welcome. Thanks for visiting the blog. :-)

    ReplyDelete