I would like to change a loaded Existing Web Site in visual studio (2012) in my solution to a MVC4 project web application ! Actually, the loaded web site (from local IIS) is a real MVC application (so I'm not asking about some conversion ) , but visual studio is not recognize it like this ! With the existing solution, visual studio menus act like I have a webform application : I can't add Controller neither Views or other MVC specific items !
So how can I change the project to MVC ?
Thank you !
I added this to my .csproj and now I have the 'Add->View' in my context when right-clicking my 'Views' folder. Hope this helps.