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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:04:33+00:00 2026-05-28T17:04:33+00:00

I am developing a CMS that stores user content in a database table like

  • 0

I am developing a CMS that stores user content in a database table like this:

----------------------------------------
PageId   | PageTitle(Unique) |  Content 
----------------------------------------
1        | PageOne           | ...
2        | PageTwo           | ...
3        | PageThree         | ...
4        | PageFour          | ...

Now I have an aspx page “SitePageFactory.aspx” at root that serves dynamic content when a querystring is passed to it, suppose /SitePageFactory.aspx?pgid=1 is passed then it serves the content for PageOne.

The concept above is working fine.

Now I want to put a step further by adding dynamic routes to this application and modify /SitePageFactory.aspx?pgid=1 to /PageOne.aspx but unable to do it at root level.

NOTE: Currently I am able to perform routing like /SitePageFactory/PageOne.aspx but I want the results at the root level.

Thanks.

  • 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-28T17:04:34+00:00Added an answer on May 28, 2026 at 5:04 pm

    You can use ASP.NET Routing to accomplish this.

    Routing let’s you map an url like: http://www.mysite.com/pages/pageone to an aspx page. The different parts in your url can be mapped to route parameters that you can access in your aspx.

    Here is the MSDN documentation for routing.

    You can add the folowing route:

    routes.MapRoute("ViewPage",
                    "<PageName>",
                    new { controller = "Page", action = "ViewPage" }
    

    This will map the url http://www.yourdomain/ to the Page controllers ViewPage method.

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

Sidebar

Related Questions

I'm developing a CMS like application where the user should be able to create
I am developing a CMS that using database based on Joomla ! In Joomla
Our team has just started developing for the Sitecore CMS. We find that after
I'm currently involved with developing a C# CMS-like web application which will be used
I'm currently developing (another) Open Source CMS in PHP and I'd like to use
I'm developing a MVC .Net site and would like to implement a CMS system.
I'm developing a CMS that required i18n support. The translation strings are stored as
I'm developing a cms for a company that has multiple regional sites (us, uk,
I have a personnel database of 10,000 individuals. I am developing a PHP CMS
I'm developing a lot of RadiantCMS applications, and this CMS uses custom radiant tags

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.