I have converted a website project from VS2010 to a Web application project in VS2013. Now I want to integrate a VS2012 MVC4 project to this VS2013 project. So I created an MVC Area, called Test, in this new VS2013 project. Hence a new class was created in Test area folder as follows:I have converted a website project from VS2010