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

  • Home
  • SEARCH
  • 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 311227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T07:54:20+00:00 2026-05-12T07:54:20+00:00

I have an ASP.NET MVC website and an area project called ‘Admin’. So far

  • 0

I have an ASP.NET MVC website and an area project called ‘Admin’.

So far the routing works fine, except that it seems I can’t have 2 controllers with the same name in each project.

I thought the following URLs would both work fine:

http://website.com/Home/Index

http://website.com/Admin/Home/Index

But it turns out that I get the following error when accessing either:

The controller name ‘Home’ is ambiguous between the following types:

MyProject.Website.Controllers.HomeController

MyProject.Admin.Controllers. HomeController

Is this normal, or is there something wrong with my setup?


BTW, here’s my routing code:

Main project:

public static void RegisterRoutes(RouteCollection routes)
{
    routes.IgnoreRoute("{resource}.axd/{*pathInfo}");

    Admin.Routes.RegisterRoutes(routes);

    routes.MapAreaRoute(
        "Main",
        "default_route",
        "{controller}/{action}/{URLName}",
        new { controller = "Home", action = "Index", URLName = "" },
        new string[] { "MyProject.Website" }
    );
}

Area project:

public static void RegisterRoutes(RouteCollection routes)
{
    routes.MapAreaRoute(
        "Admin",
        "Admin_Default",
        "Admin/{controller}/{action}",
        new { controller = "Home", action = "Index" },
        new string[] { "MyProject.Admin" }
    );
}
  • 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-05-12T07:54:21+00:00Added an answer on May 12, 2026 at 7:54 am

    Found the problem after reading this post.

    I should have specified the ‘Controllers’ namespace in the 5th argument, rather than just the project namespace.

    E.g.

    new string[] { "MyProject.Admin.Controllers" }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 238k
  • Answers 239k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer We have used Enterprise Architect and IBM Software - Rational… May 13, 2026 at 6:54 am
  • Editorial Team
    Editorial Team added an answer I check for the changes implemented in any software and… May 13, 2026 at 6:54 am
  • Editorial Team
    Editorial Team added an answer If you look at this link it might help you… May 13, 2026 at 6:54 am

Related Questions

I have an ASP.NET MVC website and an area project called 'Admin'. So far
I would like to learn how setup prefix routing like there is in cakephp
I have built a MVC website on IIS6. I used the built-in ASP.NET Security
I'm writing this question from the standpoint of an ASP.NET application. However I realize
i have an asp.net mvc website. http:/mywebsite.com (just for this example) I have been

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.