"Add Controller" / "Add View" in a hybrid MVC/WebForms ASP.NET application
asp.net-mvc, visual-studio
Solution
I've given up on this. Instead, I have some basic Resharper snippets. Too bad this isn't configurable.
Problem
I have an existing WebForms project to which I'm adding MVC pages. I created an MVC project and copied the project type guids. It works fine, but I can't get Visual Studio to display the "Add Controller" or "Add View" wizards on my controllers and views directories (they're not `/Controllers` and `/Views`, they're in `/Foo/Controllers` and `/Foo/Views`). Is it possible to enable the wizards?