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

Related Questions

I'm building an ASP.Net MVC website. Rather than have everything in one project, I've
In my asp.net-mvc website I have a field that usually has a string (from
I have an ASP.NET MVC (Beta 1) website that I'm using themes with. When
I have an asp.net mvc app running on a local iis website that is
I have an ASP.NET MVC project with a form. In the Action method that
I have an existing website developped using ASP.NET MVC 3 and Entity Framework 4
i have an asp.net-mvc website and i want to merge in some functionality from
i have as asp.net-mvc website and we are migrated a popup from using PartialView()
I have an ASP.NET MVC 3 website that communicates with my iOS app via
I have an ASP.NET MVC-application which I want deployable on both IIS6 and IIS7

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.