I have an ASP.NET WebForms application that I'm adding some ASP.NET MVC to.
I have it working, but how can I get Visual Studio to recognise that it's now an MVC project and give me the context menu options to add a view, etc. inside a controller action method?