Setting up multiple areas in sharp MVC2 - SharpArchitecture 1.6
Posted
by
Hamid
on Stack Overflow
See other posts from Stack Overflow
or by Hamid
Published on 2010-12-31T18:59:27Z
Indexed on
2011/01/02
23:54 UTC
Read the original article
Hit count: 376
asp.net-mvc-2
|s#arp-architecture
Im using sharp architecture 1.6 framework to create a MVC2 app. I have two areas, "Business", "Content". Im using BusinessAreaRegistration.cs and ContentAreaRegistration.cs to register the areas by using AreaRegistration.RegisterAllAreas().
The Content area gets routed just fine, but the business area does not work at all. gooing to /business/businessObjects/ show the error
Server Error in '/' Application.
The resource cannot be found.
How can I register both areas properly?
© Stack Overflow or respective owner