URL Rewriting

Discussion in 'ASP.NET 2.0' started by rjack, Nov 17, 2006.

  1. I want to several web pages to new forlders, but not break any links in search engines. I could the new URLMapping tag in the configuration file, but it is inadequate for my needs because it doesn't support regular expressions. I have 2 questions:

    1) Is there a better way to move web pages?

    2) Can I use the URLRewritingNet (www.urlrewriting.net/en/Default.aspx), or will there be permission issues?

    Thanks!
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    I never tried this application but it sounded like it should work on our server. Give it a try.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. looks like it should run on our servers.

    though if you want to redirect any extensions that aren't associated with the .net runtime (aspx, asmx, etc.), you'll have to contact support to have them add a wildcard extension to your IIS settings.


    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     

Share This Page