Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7707539
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:23:10+00:00 2026-06-01T00:23:10+00:00

I am developing a MVC 3 Web app and I want to create something

  • 0

I am developing a MVC 3 Web app and I want to create something like this:

/Controller
      /Blog
         BogController.cs
         ViewsController.cs
         ArticlesController.cs
      /Customers
         SalesController.cs
         ProductsController.cs          
      HomeController.cs
/Views
     /Blog
        Index.aspx
        Summary.aspx
        /Views
           Index.aspx
           Admin.aspx
           Show.aspx
       /Articles
          Show.aspx
          Admin.aspx
    /Customers
       /Sales
          Index.aspx
          Totals.aspx
       /Products
          Index.aspx
          Promotions.aspx
     /Home
       Index.aspx

Create sub folders in the controller

But in the solution that they answer to this guy was for MVC 2 and in MVC 3 the property MapAreas doesn’t exits (or at least it doesn’t appear to me)

So what i can do to build an structure like /Admin/Users/EditUser?id=2 for example?

If i need to create a route rule, can you write me an example of how to do it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T00:23:11+00:00Added an answer on June 1, 2026 at 12:23 am

    Routing rules are definitely the way to go. To make a structure like you mentioned, write the route rule like this:

    routes.MapRoute(
        "user_routing",
        "Admin/{controller}/{action}?id={id}",
        new { }
    );
    

    Then create a controller named UsersController, and an action with id as a parameter:

    public ActionResult EditUser(string id) {
        ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a web app with asp.net mvc 2. This app, has a controller
When developing a web app, in my case a ASP.NET MVC app, but this
I am developing asp.net mvc web app with MongoDB as the data storage. I
I am developing an asp.net MVC web app in which I am using Linq
This line is causing me some problems in an MVC app i'm developing <%=
I am developing a ASP.NET MVC web app under .NET 3.5, NHibernate and hosted
I'm developing a web app. This is more of a line-of-business app rather than
Like any other ASP.NET application, the web app I'm developing depends on a plethora
We are developing an ASP.NET MVC web app that will be hosted on Windows
I'm developing a MVC 3 Razor Web App, in which details of multiple categories

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.