Questions tagged [areas]
77 questions
0
votes
1 answer
mvc two areas with same name in different project
I have a project with the following structure:
Solution
- CMS.core
---Areas
------Admin
---------Controllers
- Site.Web
---Areas
------Admin
---------Controllers
Everytime I try to route to a controller under site.web/areas/admin/controllers it…

KCWebMonkey
- 411
- 4
- 4
-1
votes
2 answers
ASP.NET MVC Areas: Can Someone Explain What's Happening PostBuild
I know to start using areas, you have to establish parent/child relationships. I have a couple areas setup and their controllers are hitting just fine, the problem is some Views are not found. I'm trying to gain an understanding of what's…

RailRhoad
- 2,128
- 2
- 25
- 39