Can "classic" ASP.NET pages and Microsoft MVC coexist in the same web application? -
i'm thinking trying out mvc later today new app we're starting up, i'm curious if it's or nothing thing or if can still party it's 2006 viewstate , other crutches @ same time...
yes can have webforms pages , mvc views mixed in single web application project. useful if have application built , want migrate app webforms mvc.
you need make sure none of webforms pages go in 'views' directory in standard asp.net mvc application though. pages (or views) in 'views' directory can't requested directly through url.
if starting application scratch, there little benefit mixing two.
Comments
Post a Comment