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 6611999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:02:36+00:00 2026-05-25T20:02:36+00:00

I have three specific routes: routes.MapRoute( Home Page, , new { controller = Home,

  • 0

I have three specific routes:

    routes.MapRoute(
       "Home Page",
       "", 
       new { controller = "Home", action = "Index" } 
       );

    routes.MapRoute(
       "Admin Section",
       "AdminSection/{action}/{id}",
       new { controller = "AdminSection", action = "Index", id = UrlParameter.Optional }
       );

    routes.MapRoute(
       "Listings",
       "{controller}/{action}/{id}",
       new { controller = "Listings", action = "Index", id = UrlParameter.Optional }
       );

Basically, the first two routes work as planned, however, I want everything that isn’t specifically in a route to be redirected to the listings controller.

I am still quite new to routing and have been trying to Google this for the past hour without any luck – I know exactly what is going on here, but, I don’t know how to fix it.

I have used RouteDebugger, and I can see that it is hitting the route, but, the issue is that it will only go to the Listings controller if a controller is not specified – but, obviously there will always be something there.

I have tried a few different combinations – I thought I was on to a winner by removing the {controller} part of the URL and still defining the default value, but, I am not having much luck.

Does anyone know what I need to do?

  • 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-25T20:02:37+00:00Added an answer on May 25, 2026 at 8:02 pm

    How about this:

    routes.MapRoute("Listings", "{action}/{id}", 
            new { controller = "Listings", action = "Index", id = UrlParameter.Optional });
    

    site.com/test :

    It’ll go to action: test, controller: listing, id = blank

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have three DropDownLists. If a specific Value from my first DropDownList is chosen,
I have 2 urls /Data and /Data/{month}/{day}/{year}. I've created two routes routes.MapRoute( Data_Name, Data,
So I want to have Rails handle locale-specific routes for me, e.g. /en/companies /nl/companies
There have been several questions already posted with specific questions about dependency injection ,
I have a webpage that has 3 file inputs. There are specific fields on
I want to have an anchor with a specific height and width. There is
Details on fonts: When you have some text in specific font, there's a header
Have three classes User, Group and Field. Many to many relationship on User /
Have three divs in a container that I want to float over a large
I have three simple models - Car , Details and Details2 . Car have

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.