I have an existing Web Forms Application project, I want to gradually migrate it to MVC 4 application.
I created folders named controllers/views. right click the folder name in solution explorer, I hope I can see Add Controller... and Add View... in right click menu as I can in MVC application projects. Is there any way to add that? And also I want in Add/New Item... dialog, I could add items from MVC template such as MVC 4 controller class, MVC 4 partial view page(razor) etc.