/pages.index

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sbanu
    New Member
    • Nov 2011
    • 1

    /pages.index

    Hi,

    Is it possible to remove /Pages/index.aspx for the below mentioned URL?

    Please let me no is there a way.

    http://example.com/Pages/index.aspx

    Regards,
  • PRR
    Recognized Expert Contributor
    • Dec 2007
    • 750

    #2
    Hi Sbanu,
    You can use ASP.NET URL Rounting
    ASP.NET routing enables you to use URLs that do not have to map to specific files in a Web site. Because the URL does not have to map to a file, you can use URLs that are descriptive of the user's action and therefore are more easily understood by users.

    Join Bytes

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Or you could configure IIS so that it displays the index.aspx page by default (set the default page for the website)

      -Frinny

      Comment

      Working...