"Add Controller" / "Add View" in a hybrid MVC/WebForms ASP.NET application

Posted by orip on Stack Overflow See other posts from Stack Overflow or by orip
Published on 2009-10-21T12:13:12Z Indexed on 2010/03/24 17:13 UTC
Read the original article Hit count: 331

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about visual-studio