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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T18:29:56+00:00 2026-05-15T18:29:56+00:00

I noticed that ASP.NET 4 has a new feature called ‘Routing’ or something similar.

  • 0

I noticed that ASP.NET 4 has a new feature called ‘Routing’ or something similar. It apparently allows me to use cleaner looking URLs, which purportedly is both for looks and improved SEO. In my case use only basic URLs with little to no GET queries (ie. index.aspx, login.aspx, manage.aspx etc.) Would the ASP.NET routing be of use to me? How would it actually improve my SEO? How is it enabled (ie. do I change login.aspx to /login, or something else?)


I tested a ‘route’ and noticed that I am just replicating a log of behaviors to drop “.aspx” off my URLs (ie. I change /Login.aspx to /Login). Is there a short-hand version of routing to just drop .aspx off all pages throughout the application?

  • 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-15T18:29:56+00:00Added an answer on May 15, 2026 at 6:29 pm

    I’ve gone on record as being skeptical of the SEO benefits of “friendly” URLs, but no one would dispute that they are nicer for humans to read. If that is something that is important to you, then you might consider using the new routing features in ASP.NET.

    This article runs through all of the details, but basically, it involves writing some code in the Application_Start event in your global.asax file to match up URLs to physical ASP.NET web forms. For example:

    RouteTable.Routes.MapPageRoute(
        "Login",                // a name for this route
        "login",                // the URL to map
        "~/Login.aspx");        // the web form page to which to route  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I noticed that there is one change about ASP.NET Routing. I cannot understand why
I'm currently employed at a small ASP.NET/MS-SQL shop. My team has noticed that a
I'm investigating ASP.NET MVC now and noticed that in ASP.NET MVC application, which is
I'm working in an ASP.NET MVC Beta 1 project, and I've noticed that if
While creating JavaScript with ASP.NET MVC I noticed several scope warnings and realized that
I noticed that when I installed StructureMap from NuGet into my ASP.NET MVC3 project,
I have a question that has pretty much been asked here: asp.net mvc Html.ActionLink()
I have an ASP.NET 2.0 application under IIS that has the functionnality of exporting
Having just upgraded to the latest ASP.NET MVC Release Candidate I noticed that, when
I noticed that my Designer.vb file of one of my forms has a lot

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.