0

I am interesting to define some nested Areas Is there any possible way? And whats your suggestion about this implementation?

2
  • 1
    Whats the reason for this? I cant think of a valid reason for doing this? Commented Mar 7, 2012 at 11:35
  • 1
    @Pino Actually we work on a big mvc project with a lot of categories and sub-projects this is very good we can use Areas, but also we need something to implement our sub-projects in it, something like nested Areas. I think in team working this way can be very helpful. Commented Mar 7, 2012 at 11:39

1 Answer 1

4

No such notion exist in ASP.NET MVC. If your project is really that big that it requires nested areas for separating some logic, you might consider splitting your application into multiple applications.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.