i want integrate mvc2 existing webforms project. work, found information online.
now have problem mvc works when controller , views folder placed in root, want have specific folder (like 'mvc') controller , views folder placed this:
~/mvc/controller
~/mvc/views
is possible or have use mvc area solve issue?!
thanks help!
best regards...
if want group of mvc work together, use areas accomplish this.
i think possible though override view engine point default root different folder. detailed in this post.
something think before doing though is, planning migrate webforms asp.net mvc , remove webforms work? if might better keeping root controllers , views folders in project root.
Comments
Post a Comment