I'm adding some ASP.NET MVC pages to an existing ASP.NET Web Forms project.
I've been able to port over some models, views, and controllers from an MVC project I created and they're working great.
But I'd like to add some new "Strongly Typed" views to my project, but I don't get the New View Wizard in my Web Forms project.
I'm a bit of a newbie when it comes to customizing Visual Studio, so I may be missing something obvious.