Creating an ASP.NET MVC Application
For creating a empty ASP.NET MVC4 Website Application we need to follow these steps:
Step 1
Open Visual Studio > File > New > Project
Step 2
Name the project > Click Ok
Step 3
Select Empty Template > View engine will be Razor > Click Ok
Now your solution explorer have these files and folders :

YOUR FIRST MVC4 APPLICATION IS CREATED