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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T16:57:03+00:00 2026-05-15T16:57:03+00:00

So I am working on a project with multiple areas and we would like

  • 0

So I am working on a project with multiple areas and we would like to configure IIS to rewrite our requests to make the urls nicer. I have been messing around with the URL rewrite module all day and I cannot get the desired results.

Example:

I currently have a long url like ‘http://register.example.com/Registration/Register/New‘ where Area = Registration, Controller = Register…
I would like the user to request the site by ‘http://register.example.com‘ and it hits the register controller which I have configured to default to the ‘New’ action. Because I gave the subdomain of register, IIS knows that it will be using the ‘Registration’ area.

The finish url would be something like ‘http://register.example.com/Register/Finish‘

Is this possible?

Thanks,
John

  • 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-15T16:57:04+00:00Added an answer on May 15, 2026 at 4:57 pm

    seeing as how you have marked MVC in your tags, you realize you can do this with a route.

        ''# Default Catch All MapRoute
        routes.MapRouteLowercase( _
            "Registration", _
            "{controller}/{action}/{step}", _
            New With {.controller = "Register", .action = "Registration", .step = "New"})
    

    Then you just make a separate “website” in IIS to host the registration application.


    PS… IMO sub-domains are overrated and often bad practice for the implementation you are describing. A sub-domain is used to describe a physical computer (IE your SQL server could be on sql.domain your web is on both domain and www.domain, and your email is on smtp.domain), it should not be used to separate sections of a single website. Also, many search engines index http:/subdomain.example.com separate from http://www.example.com, so your SEO values go way way down.

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

Sidebar

Related Questions

For a project I'm working on I will have multiple servers and lots of
I'm working on a large project that is organized like so: Multiple javascript files
I am working on a rather large project (multiple teams) so I don't have
I have been working on this project on Java with multiple modules. Since quite
We have multiple developers working on a project. We're employing a feature-branch method of
I have a pet project that I'm working on that has multiple worker threads.
I'm working in a project that is divided into multiple modules. Each module have
I'm working on a project which has multiple similar code paths which I'd like
I am working on a project with multiple JDBC data sources and JTA. I
I am working in a project with multiple classes. Upon importing one of the

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.