Setting up multiple areas in sharp MVC2 - SharpArchitecture 1.6
- by Hamid
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?